Formatting additional informations text in operations

This commit is contained in:
Peter Pfeufer 2018-09-29 10:34:41 +02:00
parent 8b6d32d0d1
commit 69248fd7bb

View File

@ -43,9 +43,8 @@
<td class="col-md-6"></td>
</tr>
</table>
<p>{{ start.details }}</p>
{{ start.details|linebreaks }}
<div class="col-lg-12">
<table class="table table-condensed table-striped">
<tr>
<th class="col-md-4">{% trans "Location" %}</th>
@ -81,7 +80,6 @@
</td>
</tr>
</table>
</div>
</div>
</div>
{% endfor %}