From 9aeb3b2291318b70cd9c9b30cf727c1255a0b60e Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Wed, 6 May 2020 23:51:17 +0200 Subject: [PATCH] Now we can use good static files :) --- templates/tournament/pool_detail.html | 4 ++-- templates/tournament/syntheses_list.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/tournament/pool_detail.html b/templates/tournament/pool_detail.html index 99948de..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 %}
@@ -59,7 +59,7 @@
{% trans "Templates for syntheses are available here:" %} - PDF -- TEX + PDF -- TEX
{% if user.organizes %}
    diff --git a/templates/tournament/syntheses_list.html b/templates/tournament/syntheses_list.html index 8c323b5..7705569 100644 --- a/templates/tournament/syntheses_list.html +++ b/templates/tournament/syntheses_list.html @@ -1,11 +1,11 @@ {% extends "base.html" %} -{% load i18n crispy_forms_filters django_tables2 %} +{% load i18n crispy_forms_filters django_tables2 static %} {% block content %}
    {% trans "Templates for syntheses are available here:" %} - PDF -- TEX + PDF -- TEX
    {% if form %}