Put 'other platforms' checkbox in a smarter place

This commit is contained in:
Anna Sidwell 2018-11-25 14:58:16 +00:00
parent 9384b6c9cb
commit 7fd961f511

View File

@ -401,6 +401,8 @@ class LongCaseStudyForm(BaseCaseStudyForm):
PrependedText('contact_twitter', '@', placeholder='username'), PrependedText('contact_twitter', '@', placeholder='username'),
'contact_facebook', 'contact_facebook',
'contact_other', 'contact_other',
'shown_on_other_platforms',
'shown_on_other_platforms_detail',
FormActions( FormActions(
HTML("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"), HTML("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"),
HTML("<a class='btn btn-primary btnNext pull-right'>"+_("Next")+"</a>") HTML("<a class='btn btn-primary btnNext pull-right'>"+_("Next")+"</a>")
@ -412,8 +414,6 @@ class LongCaseStudyForm(BaseCaseStudyForm):
'official_project_documents_files', 'official_project_documents_files',
'other_documents', 'other_documents',
'other_documents_files', 'other_documents_files',
'shown_on_other_platforms',
'shown_on_other_platforms_detail',
FormActions( FormActions(
HTML("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"), HTML("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"),
Submit('submit', _('Submit'), css_class="btn-success pull-right") Submit('submit', _('Submit'), css_class="btn-success pull-right")