Add authentication for pre-existing users.

This commit is contained in:
2015-08-03 22:24:55 +02:00
parent eb77d03ea3
commit a12d5f541b
4 changed files with 83 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
{% extends "layout.html" %}
{% block body %}
Please authorize yourself!
{% endblock %}