diff --git a/korektury/templates/korektury/help.html b/korektury/templates/korektury/help.html index 1ab82743..86a675ea 100644 --- a/korektury/templates/korektury/help.html +++ b/korektury/templates/korektury/help.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block title %} Nápověda ke korekturovátku {% endblock title %} diff --git a/korektury/templates/korektury/opraf.html b/korektury/templates/korektury/opraf.html index 7fe440f9..c7a97317 100644 --- a/korektury/templates/korektury/opraf.html +++ b/korektury/templates/korektury/opraf.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} diff --git a/korektury/templates/korektury/seskupeny_seznam.html b/korektury/templates/korektury/seskupeny_seznam.html index 1244eb45..6fc3f08b 100644 --- a/korektury/templates/korektury/seskupeny_seznam.html +++ b/korektury/templates/korektury/seskupeny_seznam.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block script%} diff --git a/korektury/templates/korektury/seznam.html b/korektury/templates/korektury/seznam.html index 57823f6e..f7c58181 100644 --- a/korektury/templates/korektury/seznam.html +++ b/korektury/templates/korektury/seznam.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block script%} diff --git a/mamweb/templates/400.html b/mamweb/templates/400.html index 3e7ac409..71d8e651 100644 --- a/mamweb/templates/400.html +++ b/mamweb/templates/400.html @@ -1,6 +1,6 @@ {% extends "error_base.html" %} -{% load staticfiles %} +{% load static %} {% block errorheading %} O-jo-jo-jo-joj diff --git a/mamweb/templates/403.html b/mamweb/templates/403.html index 261c7578..4d8d1931 100644 --- a/mamweb/templates/403.html +++ b/mamweb/templates/403.html @@ -1,6 +1,6 @@ {% extends "error_base.html" %} -{% load staticfiles %} +{% load static %} {% block errorheading %} Vrrrrrrrrr diff --git a/mamweb/templates/404.html b/mamweb/templates/404.html index c44646d4..cb36b119 100644 --- a/mamweb/templates/404.html +++ b/mamweb/templates/404.html @@ -1,6 +1,6 @@ {% extends "error_base.html" %} -{% load staticfiles %} +{% load static %} {% block errorheading %} Požadovaná stránka nenalezena diff --git a/mamweb/templates/500.html b/mamweb/templates/500.html index 3e7ac409..71d8e651 100644 --- a/mamweb/templates/500.html +++ b/mamweb/templates/500.html @@ -1,6 +1,6 @@ {% extends "error_base.html" %} -{% load staticfiles %} +{% load static %} {% block errorheading %} O-jo-jo-jo-joj diff --git a/mamweb/templates/admin/base_site.html b/mamweb/templates/admin/base_site.html index 6bb544d7..b5738832 100644 --- a/mamweb/templates/admin/base_site.html +++ b/mamweb/templates/admin/base_site.html @@ -1,5 +1,5 @@ {% extends "admin/base.html" %} -{% load staticfiles %} +{% load static %} {% block extrahead %} diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index c5c12271..cfd857e0 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -1,4 +1,4 @@ -{% load staticfiles sekizai_tags %} +{% load static sekizai_tags %} {% load sitetree %} diff --git a/mamweb/templates/logo.html b/mamweb/templates/logo.html index c5113d0c..ff0fa6c3 100644 --- a/mamweb/templates/logo.html +++ b/mamweb/templates/logo.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% endblock %} diff --git a/odevzdavatko/templates/odevzdavatko/posli_reseni.html b/odevzdavatko/templates/odevzdavatko/posli_reseni.html index 1ca47bc1..7fbc0c8f 100644 --- a/odevzdavatko/templates/odevzdavatko/posli_reseni.html +++ b/odevzdavatko/templates/odevzdavatko/posli_reseni.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block script %} {{form.media}} diff --git a/personalni/templates/personalni/profil/resitel.html b/personalni/templates/personalni/profil/resitel.html index 54a4a865..2d85212d 100644 --- a/personalni/templates/personalni/profil/resitel.html +++ b/personalni/templates/personalni/profil/resitel.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block content %} diff --git a/personalni/templates/personalni/udaje/edit.html b/personalni/templates/personalni/udaje/edit.html index e39f5144..c071e76d 100644 --- a/personalni/templates/personalni/udaje/edit.html +++ b/personalni/templates/personalni/udaje/edit.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block script %} diff --git a/personalni/templates/personalni/udaje/prihlaska.html b/personalni/templates/personalni/udaje/prihlaska.html index a0cbea15..58c1b2ac 100644 --- a/personalni/templates/personalni/udaje/prihlaska.html +++ b/personalni/templates/personalni/udaje/prihlaska.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block script %} diff --git a/prednasky/templates/prednasky/base.html b/prednasky/templates/prednasky/base.html index eea79ad2..a915a04a 100644 --- a/prednasky/templates/prednasky/base.html +++ b/prednasky/templates/prednasky/base.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load humanize %} -{% load staticfiles %} +{% load static %} {% block content %} diff --git a/prednasky/templates/prednasky/hotovo.html b/prednasky/templates/prednasky/hotovo.html index 3e621b39..f77ea6e1 100644 --- a/prednasky/templates/prednasky/hotovo.html +++ b/prednasky/templates/prednasky/hotovo.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load humanize %} -{% load staticfiles %} +{% load static %} {% block content %} diff --git a/seminar/templates/seminar/archiv/obalky.tex b/seminar/templates/seminar/archiv/obalky.tex index 1ee9573b..f93cc7cd 100644 --- a/seminar/templates/seminar/archiv/obalky.tex +++ b/seminar/templates/seminar/archiv/obalky.tex @@ -1,5 +1,5 @@ {% autoescape off %} -{% load staticfiles %} +{% load static %} {% load tex %} \documentclass[11pt,a4paper,landscape]{article} \usepackage[top=3.75cm,left=8cm]{geometry} diff --git a/seminar/templates/seminar/jak-resit.html b/seminar/templates/seminar/jak-resit.html index eb7b7259..4404b53e 100644 --- a/seminar/templates/seminar/jak-resit.html +++ b/seminar/templates/seminar/jak-resit.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load humanize %} -{% load staticfiles %} +{% load static %} {% block content %} diff --git a/seminar/templates/seminar/pracuje_se.html b/seminar/templates/seminar/pracuje_se.html index edb98cd5..def0b951 100644 --- a/seminar/templates/seminar/pracuje_se.html +++ b/seminar/templates/seminar/pracuje_se.html @@ -1,4 +1,4 @@ -{% load staticfiles %} +{% load static %} {% block content %}

diff --git a/seminar/templates/seminar/titulnistrana.html b/seminar/templates/seminar/titulnistrana.html index 81e522d5..7167492f 100644 --- a/seminar/templates/seminar/titulnistrana.html +++ b/seminar/templates/seminar/titulnistrana.html @@ -10,7 +10,7 @@ function sousdeadline() { {% extends 'base.html' %} {% load humanize %} -{% load staticfiles %} +{% load static %} {% block content %} diff --git a/treenode/templates/treenode/orphanage.html b/treenode/templates/treenode/orphanage.html index 8732b394..6408749e 100644 --- a/treenode/templates/treenode/orphanage.html +++ b/treenode/templates/treenode/orphanage.html @@ -1,5 +1,5 @@ {% extends "seminar/archiv/base.html" %} -{% load staticfiles %} +{% load static %} {% load sekizai_tags %} {# toto z nejakeho duvodu nefunguje #} diff --git a/various/autentizace/templates/autentizace/login.html b/various/autentizace/templates/autentizace/login.html index 94374520..b4c282bf 100644 --- a/various/autentizace/templates/autentizace/login.html +++ b/various/autentizace/templates/autentizace/login.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block content %} diff --git a/various/autentizace/templates/autentizace/logout.html b/various/autentizace/templates/autentizace/logout.html index d845dc3a..0b47c027 100644 --- a/various/autentizace/templates/autentizace/logout.html +++ b/various/autentizace/templates/autentizace/logout.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load staticfiles %} +{% load static %} {% block content %}