Skip to content

Commit 0d0bfcc

Browse files
committed
Fix form
1 parent ed4baf1 commit 0d0bfcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

junction/templates/proposals/votes-dashboard.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ <h2>Proposal Votes Dashboard</h2>
3030
{% csrf_token %}
3131
{% bootstrap_form form %}
3232
<br /><br />
33-
</form>
34-
{% buttons %}
33+
{% buttons %}
3534
<span class="pull-right"></span>
3635
<div class="col-sm-offset-5 col-sm-2 text-center">
3736
<button type="submit" class="btn btn-primary">
3837
Submit
3938
</button>
4039
</div>
41-
{% endbuttons %}
40+
{% endbuttons %}
41+
</form>
4242
</div>
4343
<br />
4444
<div id="#proposals" class="row">

0 commit comments

Comments
 (0)