Fix rendering of the logout button in a few places

This commit is contained in:
Quentin Gliech
2025-12-02 19:54:14 +01:00
parent fbf5fbf7a8
commit cd3d92b4f6

View File

@@ -12,7 +12,7 @@ Please see LICENSE files in the repository root for full details.
{% for key, value in post_logout_action|items %}
<input type="hidden" name="{{ key }}" value="{{ value }}" />
{% endfor %}
{% if caller %}
{% if caller is defined %}
{{ caller() }}
{% elif as_link %}
<button class="cpd-link" data-kind="critical" type="submit">{{ text }}</button>