remove unused templatetags code

This commit is contained in:
Philip Sargent
2021-04-30 23:21:38 +01:00
parent 9a69ce50f9
commit 7368942488
7 changed files with 7 additions and 462 deletions

View File

@@ -15,9 +15,7 @@ from troggle.core.models.caves import Cave, LogbookEntry, QM, Entrance, CaveAndE
Some are not used and need renovating or destroying.
'''
todo = '''Remove UploadFileForm - replace by Simple variant
Re engineer Simple upload to not use a Django form object
todo = '''Re-enable TinyMCE
'''
class CaveForm(ModelForm):