X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/ad9181d5de95c8dd356f6e2687769c970ceff9f9..14425cbf8199fa9edbad4fab49eb8a79b7eeadd0:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 8ef2773..7714b21 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,7 +1,6 @@ {% extends "base.html" %} -{% load url from future %} {% load pagination_tags fnp_prevnext %} -{% load compressed %} +{% load pipeline %} {% load chunks %} {% block titleextra %}Pierwsza pomoc w prawie autorskim :: {% endblock %} @@ -61,9 +60,9 @@ {% endblock %} {% block extra_css %} - {% compressed_css 'questions' %} + {% stylesheet 'questions' %} {% endblock %} {% block extra_js %} - {% compressed_js 'questions' %} + {% javascript 'questions' %} {% endblock %}