update django verstion and libraries

This commit is contained in:
2020-06-10 12:50:59 +02:00
parent 1ef59b3517
commit 81b41142d4
29 changed files with 6291 additions and 5000 deletions

View File

@@ -1,2 +1,2 @@
{% load static from staticfiles %}
{% load static %}
<a href="{% url 'billard:accounting_detail' record.id %}" class="btn btn-outline-danger btn-sm">Abrechnen</a>

View File

@@ -1,3 +1,3 @@
{% load static from staticfiles %}
{% load static %}
<a href="{% url 'billard:location_detail' record.id %}"
class="btn btn-outline-primary btn-sm">{{ record.code|default_if_none:"" }}</a>