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:
parent
c06585b3e8
commit
315a4ce2c7
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
|
Loading…
Reference in New Issue
Block a user