Rewrote venue detail UI, and added 3-phase to detail & forms

This commit is contained in:
David Taylor
2015-06-29 02:52:39 +01:00
parent 4c07298e5e
commit 616c9b9e75
3 changed files with 85 additions and 39 deletions

View File

@@ -58,7 +58,21 @@
{% render_field form.notes class+="form-control" placeholder=form.notes.label %}
</div>
</div>
<div class="form-group">
<div class="col-sm-10 col-sm-offset-2">
<div class="checkbox">
<label>
{% render_field form.three_phase_available %} {{ form.three_phase_available.label }}
</label>
</div>
</div>
</div>
</div>
</div>
<div class="form-group">
<input class="btn btn-primary pull-right" type="submit"/>