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:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user