From 4d46e5a8c26f71f501f214e7e98ef5b5905827a9 Mon Sep 17 00:00:00 2001 From: citrons Date: Mon, 16 Jun 2025 21:25:08 -0500 Subject: consistently display back link in role assignment --- apioforum/templates/role_assignment.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apioforum/templates/role_assignment.html b/apioforum/templates/role_assignment.html index 2944fe1..4017897 100644 --- a/apioforum/templates/role_assignment.html +++ b/apioforum/templates/role_assignment.html @@ -25,6 +25,9 @@ {% set can_change = not invalid_user and user %} {% if invalid_user %}

requested user does not exist.

+

+ cancel +

{% elif user %}
@@ -74,6 +77,8 @@ {% endfor %} +{% else %} +

back

{% endif %} {% endblock %} -- cgit v1.2.3