mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* Apply suggestions from code review Co-authored-by: James Hodgkinson <james@terminaloutcomes.com>
16 lines
330 B
HTML
16 lines
330 B
HTML
(% extends "base.html" %)
|
|
|
|
(% block title %)Access Denied(% endblock %)
|
|
|
|
(% block head %)
|
|
(% endblock %)
|
|
|
|
(% block body %)
|
|
<h2>Access Denied</h2>
|
|
<main id="main">
|
|
<p>If you believe this is an error, please quote the below Operation ID to support persons.</p>
|
|
<p>Operation ID: (( operation_id ))</p>
|
|
</main>
|
|
(% endblock %)
|
|
|