From 7fd961f511dca1fd847a381dc4056585fe070808 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Sun, 25 Nov 2018 14:58:16 +0000 Subject: [PATCH] Put 'other platforms' checkbox in a smarter place --- apps/map/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/map/forms.py b/apps/map/forms.py index 08a134a..a259702 100644 --- a/apps/map/forms.py +++ b/apps/map/forms.py @@ -401,6 +401,8 @@ class LongCaseStudyForm(BaseCaseStudyForm): PrependedText('contact_twitter', '@', placeholder='username'), 'contact_facebook', 'contact_other', + 'shown_on_other_platforms', + 'shown_on_other_platforms_detail', FormActions( HTML(""+_("Previous")+""), HTML(""+_("Next")+"") @@ -412,8 +414,6 @@ class LongCaseStudyForm(BaseCaseStudyForm): 'official_project_documents_files', 'other_documents', 'other_documents_files', - 'shown_on_other_platforms', - 'shown_on_other_platforms_detail', FormActions( HTML(""+_("Previous")+""), Submit('submit', _('Submit'), css_class="btn-success pull-right")