Fix bugged 404 title
This commit is contained in:
parent
11083b2ade
commit
8eba8ca7ad
@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}
|
||||
Not Found
|
||||
{% endblock title %}
|
||||
{% block variable_wormhole %}
|
||||
{% set title = "Not Found" %}
|
||||
{% endblock variable_wormhole %}
|
||||
|
||||
{% block page_start %}
|
||||
{% include "components/heading-card.html" %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user