From a47d9a9cb6d1f75297e77f3f5e7f1a1ca90a2d06 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 6 May 2020 19:00:02 +0200 Subject: [PATCH] Use statics... --- templates/tournament/pool_detail.html | 2 +- templates/tournament/syntheses_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/tournament/pool_detail.html b/templates/tournament/pool_detail.html index 8790e7c..9c91782 100644 --- a/templates/tournament/pool_detail.html +++ b/templates/tournament/pool_detail.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% load getconfig i18n django_tables2 %} +{% load getconfig i18n django_tables2 static %} {% block content %}
diff --git a/templates/tournament/syntheses_list.html b/templates/tournament/syntheses_list.html index fa5aa2c..7705569 100644 --- a/templates/tournament/syntheses_list.html +++ b/templates/tournament/syntheses_list.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% load i18n crispy_forms_filters django_tables2 %} +{% load i18n crispy_forms_filters django_tables2 static %} {% block content %}