1

Fix missing description bug

This commit is contained in:
Evan Pratten 2023-05-24 19:20:49 -04:00
parent 8eba8ca7ad
commit 1ca26e604e

View File

@ -1,5 +1,6 @@
{% extends "base.html" %}
{% block variable_wormhole %}
{{ super() }}
{% set title = "Not Found" %}
{% endblock variable_wormhole %}