initial django3 bringup

This commit is contained in:
AaronKable
2020-09-18 11:45:37 +08:00
parent 3874aa6fee
commit ded9301527
46 changed files with 62 additions and 55 deletions

View File

@@ -35,7 +35,7 @@
{% if user.is_staff %}
<li><a href="{% url 'admin:index' %}">{% trans "Admin" %}</a></li>
{% endif %}
<li><a href="{% url 'auth_logout' %}">{% trans "Logout" %}</a></li>
<li><a href="{% url 'logout' %}">{% trans "Logout" %}</a></li>
{% else %}
<li><a href="{% url 'authentication:login' %}">{% trans "Login" %}</a></li>
{% endif %}

View File

@@ -1,4 +1,4 @@
{% load staticfiles %}
{% load static %}
<!-- Bootstrap CSS -->
{% if NIGHT_MODE %}
{% if debug %}