mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-18 09:41:01 +00:00
65e819c425
Fix #62
5 lines
117 B
Text
5 lines
117 B
Text
{% extends "errors/base" %}
|
|
|
|
{% block error %}
|
|
<h1>{{ "You are not authorized." | _ }}</h1>
|
|
{% endblock error %}
|