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