<aclass="btn btn-primary"href="{{url_for("etherpush_protocol",protocol_id=protocol.id)}}"{%iflarge_time_diff%}onclick="return confirm('Bist du dir sicher, dass du das Template bereits in das Etherpad kopieren willst? Die Sitzung ist erst {% if time_diff.days != 1 %}in {{time_diff.days}} Tagen{% else %}morgen{% endif %}.');"{%endif%}target="_blank">Etherpad</a>
<aclass="btn btn-primary"href="{{url_for("etherpush_protocol",protocol_id=protocol.id,csrf_token=get_csrf_token())}}"{%iflarge_time_diff%}onclick="return confirm('Bist du dir sicher, dass du das Template bereits in das Etherpad kopieren willst? Die Sitzung ist erst {% if time_diff.days != 1 %}in {{time_diff.days}} Tagen{% else %}morgen{% endif %}.');"{%endif%}target="_blank">Etherpad</a>
<aclass="btn btn-default"href="{{url_for("send_protocol_reminder",protocol_id=protocol.id)}}"onclick="return confirm('Bist du dir sicher, dass du manuell eine Einladung verschicken willst? Dies wird auch automatisch geschehen.');">Einladung versenden</a>
<aclass="btn btn-default"href="{{url_for("send_protocol_reminder",protocol_id=protocol.id,csrf_token=get_csrf_token())}}"onclick="return confirm('Bist du dir sicher, dass du manuell eine Einladung verschicken willst? Dies wird auch automatisch geschehen.');">Einladung versenden</a>
<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>
{% endif %}
{% endif %}
...
...
@@ -104,7 +104,7 @@
<li>
{{decision.content}}
{% if config.PRINTING_ACTIVE and has_private_view_right and decision.document is not none %}
<ahref="{{url_for('delete_top', top_id=top.id)}}"onclick="return confirm('Bist du dir sicher, dass du den TOP {{top.name}} löschen möchtest?');">Löschen</a>
<ahref="{{url_for('delete_top', top_id=top.id, csrf_token=get_csrf_token())}}"onclick="return confirm('Bist du dir sicher, dass du den TOP {{top.name}} löschen möchtest?');">Löschen</a>
{% endif %}
{% if has_private_view_right and top.description is not none and top.description|length > 0 %}