* adds functionality for EditInterventionForm (WIP)
This commit is contained in:
mipel
2021-09-27 09:40:00 +02:00
parent 9189785eb0
commit ab1d975e11
3 changed files with 77 additions and 42 deletions

View File

@@ -32,7 +32,7 @@
{% endif %}
{% endif %}
{% if is_default_member %}
<a href="{% url 'home' %}" class="mr-2">
<a href="{% url 'intervention:edit' intervention.id %}" class="mr-2">
<button class="btn btn-default" title="{% trans 'Edit' %}">
{% fa5_icon 'edit' %}
</button>