Move debug refresh into base.

This commit is contained in:
Matthew Stratford 2020-10-24 14:39:09 +01:00
parent c093e5168b
commit a3b56cb291
2 changed files with 3 additions and 4 deletions

View file

@ -7,7 +7,9 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
{% block head %}{% endblock %}
{% block head %}
<meta http-equiv="refresh" content="5;" />
{% endblock %}
<title>BAPSicle {% if data.ui_title %} | {{data.ui_title}}{% endif %}</title>

View file

@ -1,7 +1,4 @@
{% extends 'base.html' %}
{% block head %}
<meta http-equiv="refresh" content="5;url=/" />
{% endblock %}
{% block content %}
<div class="card-body p-0">