We can't show a cancel button, so don't show one

This commit is contained in:
Olivier 'reivilibre
2025-11-27 15:13:16 +00:00
parent d2ac79d4c8
commit 5c7ff7b8dc
2 changed files with 1 additions and 3 deletions

View File

@@ -28,7 +28,5 @@ Please see LICENSE files in the repository root for full details.
{{ logout.button(text=_("action.sign_out"), csrf_token=csrf_token, post_logout_action=action, as_link=True) }}
</div>
<a class="cpd-button destructive" data-kind="primary" data-size="lg" href="/TODO">{{ _("action.cancel") }}</a>
</main>
{% endblock content %}