summaryrefslogtreecommitdiffstats
path: root/core/forms.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2022-07-27 23:24:40 +0300
committerPhilip Sargent <philip.sargent@klebos.com>2022-07-27 23:24:53 +0300
commitdd0fcc28ddc4768fb8fa3edcec32ee205d77101b (patch)
treeaaabe658bb8beeaecbb108b76dc31a9db20cd169 /core/forms.py
parent3d7cb78e4733cb2adcab16fe83c93cbe00665d79 (diff)
downloadtroggle-dd0fcc28ddc4768fb8fa3edcec32ee205d77101b.tar.gz
troggle-dd0fcc28ddc4768fb8fa3edcec32ee205d77101b.tar.bz2
troggle-dd0fcc28ddc4768fb8fa3edcec32ee205d77101b.zip
update todo strings
Diffstat (limited to 'core/forms.py')
-rw-r--r--core/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/forms.py b/core/forms.py
index f3df10a..9dd01db 100644
--- a/core/forms.py
+++ b/core/forms.py
@@ -18,7 +18,7 @@ There are other, simpler, upload forms in view/uploads.py
Some are not used and need renovating or destroying.
'''
-todo = '''Re-enable TinyMCE
+todo = '''
'''
class CaveForm(ModelForm):