ISO-27001-Risk-Management/templates/admin/change_form.html
2025-09-15 11:06:33 +02:00

13 lines
No EOL
302 B
HTML

{% extends "admin/change_form.html" %}
{% load i18n %}
{% block submit_buttons_bottom %}
{{ block.super }}
{% if original and original.pk %}
<a href="{% url 'risks:show_risk' original.pk %}"
class="button is-light">
{% trans "Schließen" %}
</a>
{% endif %}
{% endblock %}