2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-14 20:37:10 +00:00

move models_caves to models/caves.py

This commit is contained in:
Philip Sargent
2021-04-13 00:47:17 +01:00
parent 5b3b0e67e9
commit 957169d9aa
17 changed files with 20 additions and 20 deletions

View File

@@ -9,7 +9,7 @@ from django.contrib.admin.widgets import AdminDateWidget
#from tinymce.widgets import TinyMCE
from troggle.core.models.troggle import Person, PersonExpedition, Expedition
from troggle.core.models_caves import Cave, LogbookEntry, QM, Entrance, CaveAndEntrance
from troggle.core.models.caves import Cave, LogbookEntry, QM, Entrance, CaveAndEntrance
class CaveForm(ModelForm):
underground_description = forms.CharField(required = False, widget=forms.Textarea())