Move debug refresh into base.
This commit is contained in:
parent
c093e5168b
commit
a3b56cb291
2 changed files with 3 additions and 4 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue