Parcourir la source

Update using load static

Jérôme BUISINE il y a 4 ans
Parent
commit
3ba7c318be

+ 1 - 1
expe/templates/base.html

@@ -8,7 +8,7 @@
         {% endblock %}
     </title>
 
-    {% load staticfiles %}
+    {% load static %}
     {% load apptags %}
     
     {% block stylesheets %}

+ 1 - 1
expe/templates/expe/expe.html

@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 
-{% load staticfiles %}
+{% load static %}
 {% load apptags %}
 
 {% block title %}

+ 1 - 1
expe/templates/expe/expe_indications.html

@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 
-{% load staticfiles %}
+{% load static %}
 
 {% block title %}
     Expe {{ expe_name }}

+ 1 - 1
expe/templates/expe/expe_list.html

@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 
-{% load staticfiles %}
+{% load static %}
 
 {% block title %}
     Expe choice

+ 1 - 1
expe/templates/expe/expe_results.html

@@ -1,6 +1,6 @@
 {% extends 'base.html' %}
 
-{% load staticfiles %}
+{% load static %}
 {% load apptags %}
 
 {% block title %}