You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-boardvoting/templates/denied.html

9 lines
357 B
HTML

{{ 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" . }}