fix previous commit

This commit is contained in:
Trent Palmer 2021-02-25 00:51:45 -08:00
parent de42193d3d
commit c1676cfb73
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>
{% block morehead %}{% endblock morehead %}
{% url 'audio:home' as home_url %}
{% url 'accounts:login' as login_url %}
@ -39,6 +38,7 @@
{{ title }}
</title>
{% block morehead %}{% endblock morehead %}
{% load bootstrap4 %}
{% bootstrap_css %}
{% bootstrap_messages %}