initial commit
This commit is contained in:
6
templates/page_401.html
Normal file
6
templates/page_401.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block page_title %}Unauthorized(401){% endblock %}
|
||||
{% block body %}
|
||||
{{ super() }}
|
||||
You're not allowed to access.
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user