summaryrefslogtreecommitdiff
path: root/templates/denied.html
blob: b8d8a3e185f3921396a4c6362b7db62693c054f0 (plain)
1
2
3
4
5
6
7
8
9
{{ template "header" . }}
<div class="column">
    <div class="ui negative message">
        <div class="header">You are not authorized to act here!</div>
        <p>If you think this is in error, please contact the administrator.</p>
        <p>If you don't know who that is, it is definitely not an error ;)</p>
    </div>
</div>
{{ template "footer" . }}