diff --git a/aleksis/apps/paweljong/templates/paweljong/event_registration/full.html b/aleksis/apps/paweljong/templates/paweljong/event_registration/full.html index d4ca917085e313a38efdc385ce8c06a776251036..f3d93c24a7071982a0b79fc00c04a5b892af5d5d 100644 --- a/aleksis/apps/paweljong/templates/paweljong/event_registration/full.html +++ b/aleksis/apps/paweljong/templates/paweljong/event_registration/full.html @@ -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 %}