forked from expo/troggle
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8083 by aaron @ 12/8/2008 5:17 AM
This commit is contained in:
6
expo/forms.py
Normal file
6
expo/forms.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from django.forms import ModelForm
|
||||
from models import Cave
|
||||
|
||||
class CaveForm(ModelForm):
|
||||
class Meta:
|
||||
model = Cave
|
||||
Reference in New Issue
Block a user