kanidm/server/core/templates/unrecoverable_error.html
Firstyear 3ec9b320a1
20240620 htmx (#2854)
* progress
* Okay, main swap works and can login with pw+totp
* Feedback
* bypassing docs tests temporarily
2024-07-02 10:59:06 +00:00

16 lines
252 B
HTML

(% extends "base.html" %)
(% block title %)Error(% endblock %)
(% block head %)
(% endblock %)
(% block body %)
<h2>Error</h2>
<main id="main">
<p>Error Code: (( err_code ))</p>
<p>Operation ID: (( operation_id ))</p>
</main>
(% endblock %)