1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-26 12:47:42 +02:00

Fix static ?

This commit is contained in:
Yohann D'ANELLO
2020-05-06 19:54:50 +02:00
parent 6f5b35c0d7
commit ce9f5b5665
3 changed files with 5 additions and 5 deletions

View File

@ -1,11 +1,11 @@
{% extends "base.html" %}
{% load i18n crispy_forms_filters django_tables2 static %}
{% load i18n crispy_forms_filters django_tables2 %}
{% block content %}
<div class="alert alert-warning">
{% trans "Templates for syntheses are available here:" %}
<a data-turbolinks="false" href="{% static "Fiche synthèse.pdf" %}">PDF</a> -- <a data-turbolinks="false" href="{% static "Fiche synthèse.tex" %}">TEX</a>
<a data-turbolinks="false" href="/static/Fiche%20synthèse.pdf">PDF</a> -- <a data-turbolinks="false" href="/static/Fiche%20synthèse.pdf">TEX</a>
</div>
{% if form %}