6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
{% extends "errors/base" %}
|
||
|
|
||
|
{% block error %}
|
||
|
<h1>{{ "You are not authorized." | _ }}</h1>
|
||
|
{% endblock error %}
|