Skip to content
Snippets Groups Projects
Commit 868de917 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add frontend work

parent 89b61d27
No related branches found
No related tags found
1 merge request!24Resolve "Retract a registration"
Pipeline #74177 passed
......@@ -23,6 +23,11 @@
<i class="material-icons left iconify" data-icon="mdi:edit"></i>
{% trans "Edit" %}
</a>
<a href="{% url 'retract_registration_by_pk' registration.pk %}" class="btn waves-effect waves-light">
<i class="material-icons left iconify" data-icon="mdi:account-cancel"></i>
{% trans "Retract" %}
</a>
{% endif %}
{% if can_delete_registration %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment