Add authentication for pre-existing users.
This commit is contained in:
5
app/templates/login_required.html
Normal file
5
app/templates/login_required.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "layout.html" %}
|
||||
|
||||
{% block body %}
|
||||
Please authorize yourself!
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user