[svn r8083]

This commit is contained in:
aaron
2008-12-08 06:17:35 +01:00
parent 6b1555f867
commit feb0f3a5c5

6
troggle/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