diff options
Diffstat (limited to 'core/forms.py')
-rw-r--r-- | core/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/forms.py b/core/forms.py index a277806..6c83a47 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): |