Put 'other platforms' checkbox in a smarter place
This commit is contained in:
		| @ -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("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"), | ||||
|                         HTML("<a class='btn btn-primary btnNext pull-right'>"+_("Next")+"</a>") | ||||
| @ -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("<a class='btn btn-primary btnPrevious'>"+_("Previous")+"</a>"), | ||||
|                         Submit('submit', _('Submit'), css_class="btn-success pull-right") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user