ISO-27001-Risk-Management/templates/admin/change_form.html

13 lines
302 B
HTML
Raw Normal View History

2025-09-15 11:06:33 +02:00
{% 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 %}