<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_short_identifier()}} löschen möchtest?');">Löschen</a>
<aclass="btn btn-danger"href="{{url_for("delete_protocol",protocol_id=protocol.id,csrf_token=get_csrf_token())}}"onclick="return confirm('Bist du dir sicher, dass du das Protokoll {{protocol.get_short_identifier()}} löschen möchtest?');">Löschen</a>