Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Commit

Permalink
fixes bug 973982 - Archive event form with Vid.ly shortcutter
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbe committed Feb 18, 2014
1 parent 6073ac4 commit d2bc385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airmozilla/manage/templates/manage/event_archive.html
Expand Up @@ -25,7 +25,7 @@ <h4 class="hint">Let me help!</h4>
<form class="form-horizontal" style="display:none">
{{ csrf() }}
<h4>URL to Vid.ly shortcutter!</h4>
{{ bootstrapform(vidly_shortcut_form) }}
{{ bootstrapform_horizontal(vidly_shortcut_form) }}
<p class="loading" style="float:left;display:none">
<img src="{{ static('manage/img/spinner.gif') }}" alt="Loading..."> Please wait...
</p>
Expand Down

0 comments on commit d2bc385

Please sign in to comment.