mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2026-02-20 03:05:19 +00:00
[svn r8083]
This commit is contained in:
6
troggle/expo/forms.py
Normal file
6
troggle/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