Files
devopsexam/templates/page_401.html
2017-07-01 18:37:53 +08:00

6 lines
165 B
HTML

{% extends "layout.html" %}
{% block page_title %}Unauthorized(401){% endblock %}
{% block body %}
{{ super() }}
You're not allowed to access.
{% endblock %}