Make it impossible to write in a blog where you are not author

Fix #62
This commit is contained in:
Bat
2018-06-20 09:44:56 +01:00
parent 8ab25b1ca2
commit 65e819c425
7 changed files with 81 additions and 42 deletions
+5
View File
@@ -0,0 +1,5 @@
{% extends "errors/base" %}
{% block error %}
<h1>{{ "You are not authorized." | _ }}</h1>
{% endblock error %}