Skip to content

Commit

Permalink
Remplace les occurences de staticfiles par static
Browse files Browse the repository at this point in the history
  • Loading branch information
Situphen committed Oct 7, 2020
1 parent 2fe7648 commit c82a4b8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load captureas %}
{% load i18n %}
{% load set %}
{% load staticfiles %}
{% load static %}
{% load thumbnail %}
{% load interventions %}
{% load messages %}
Expand Down
2 changes: 1 addition & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load staticfiles %}
{% load static %}
{% load emarkdown %}
{% load date %}
{% load interventions %}
Expand Down
2 changes: 1 addition & 1 deletion templates/pages/about.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "pages/base.html" %}
{% load i18n %}
{% load staticfiles %}
{% load static %}
{% load set %}


Expand Down
2 changes: 1 addition & 1 deletion templates/rest_framework_swagger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{# Based on https://github.com/marcgibbons/django-rest-swagger/blob/master/rest_framework_swagger/templates/rest_framework_swagger/index.html version 2.0.7 #}

{% load staticfiles %}
{% load static %}
{% load i18n %}


Expand Down
2 changes: 1 addition & 1 deletion templates/tutorialv2/view/help.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "tutorialv2/base.html" %}
{% load captureas %}
{% load staticfiles %}
{% load static %}
{% load thumbnail %}
{% load i18n %}
{% load profile %}
Expand Down

0 comments on commit c82a4b8

Please sign in to comment.