Improvements to layout of event form notes section

Added nl2br support in interactions
This commit is contained in:
Tom Price
2014-12-05 00:24:06 +00:00
parent f9ff2459ca
commit 42f1e4e50f
2 changed files with 11 additions and 4 deletions

View File

@@ -323,9 +323,11 @@
<div class="col-sm-12">
<div class="panel panel-default form-hws form-is_rig {% if object.pk and not object.is_rig %}hidden{% endif %}">
<div class="panel-body">
<div class="form-group">
<label for="{{ form.notes.id_for_label }}">{{ form.notes.label }}</label>
{% render_field form.notes class+="form-control" %}
<div class="col-sm-12">
<div class="form-group">
<label for="{{ form.notes.id_for_label }}">{{ form.notes.label }}</label>
{% render_field form.notes class+="form-control" %}
</div>
</div>
{% include "RIGS/item_table.html" %}
</div>