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:
substantialnoninfringinguser 2009-05-13 05:22:38 +01:00
parent c06585b3e8
commit 315a4ce2c7

6
expo/forms.py Normal file
View File

@ -0,0 +1,6 @@
from django.forms import ModelForm
from models import Cave
class CaveForm(ModelForm):
class Meta:
model = Cave