kanidm/server/core/templates/unrecoverable_error.html

17 lines
351 B
HTML

(% extends "base.html" %)
(% block title %)Error(% endblock %)
(% block head %)
(% endblock %)
(% block body %)
<h2>Error</h2>
<main id="main">
<p>An unrecoverable error occured. Please contact your administrator with the details below.</p>
<p>Error Code: (( err_code ))</p>
<p>Operation ID: (( operation_id ))</p>
</main>
(% endblock %)