<aclass="btn btn-danger"href="{{url_for("delete_protocol",protocol_id=protocol.id)}}"onclick="return confirm('Bist du dir sicher, dass du das Protokoll {{protocol.get_identifier()}} löschen möchtest?');">Löschen</a>
...
...
@@ -20,7 +18,7 @@
</div>
<divclass="row">
<divid="left-column"class="col-lg-6">
<h2>Protokoll: {{protocol.protocoltype.name}} vom {{protocol.date|datify}}</h2>
<h2>Protokoll: {{protocol.protocoltype.name}} {% if protocol.date is not none %}vom {{protocol.date|datify}}{% endif %}</h2>