X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/71e8973b1dfead567e58ec8e3e7b80a64865ba5f..14425cbf8199fa9edbad4fab49eb8a79b7eeadd0:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 88bd7c2..7714b21 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,11 +1,10 @@ {% 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 %} -{% block "body" %} +{% block titleextra %}Pierwsza pomoc w prawie autorskim :: {% endblock %} +{% block body %}

Pierwsza pomoc w prawie autorskim: zapytaj prawnika

@@ -48,7 +47,7 @@ @@ -60,10 +59,10 @@ {% endblock %} -{% block "extra_css" %} - {% compressed_css 'questions' %} +{% block extra_css %} + {% stylesheet 'questions' %} {% endblock %} -{% block "extra_js" %} - {% compressed_js 'questions' %} +{% block extra_js %} + {% javascript 'questions' %} {% endblock %}