Move postman and web inside src
This commit is contained in:
10
templates/errors/401.html.tera
Normal file
10
templates/errors/401.html.tera
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base" %}
|
||||
|
||||
{% block init %}
|
||||
{% set title = "401 Not Authorized" %}
|
||||
|
||||
{% set show_login = True %}
|
||||
|
||||
{% set page_title = "Not Authorized" %}
|
||||
{% set page_subtitle = "You must be logged in to access this page, if it exists." %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user