Add overlay when data fetching
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
{% set show_contact = True %}
|
||||
|
||||
{% set page_title = "Forbidden" %}
|
||||
{% set page_subtitle = "You currently cannot access this page, if it exists. Sorry." %}
|
||||
{% set page_subtitle = "You currently cannot access this page, if it exists." %}
|
||||
{% endblock %}
|
||||
|
@ -6,5 +6,5 @@
|
||||
{% set show_contact = True %}
|
||||
|
||||
{% set page_title = "File Not Found" %}
|
||||
{% set page_subtitle = "This page does not exist. Sorry." %}
|
||||
{% set page_subtitle = "This page does not exist." %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user