mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-04-02 16:41:52 +01:00
[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…
x
Reference in New Issue
Block a user