X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0ffd0b004ed18d4b39085677fb4966dc883cb4aa..14425cbf8199fa9edbad4fab49eb8a79b7eeadd0:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 0b830e2..7714b21 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,20 +1,68 @@ {% extends "base.html" %} -{% load url from future %} +{% load pagination_tags fnp_prevnext %} +{% load pipeline %} +{% load chunks %} -{% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} -{% block "body" %} -

Pierwsza pomoc w prawie autorskim

+{% block titleextra %}Pierwsza pomoc w prawie autorskim :: {% endblock %} +{% block body %} +

Pierwsza pomoc w prawie autorskim: zapytaj prawnika

-

Jeśli rozwiązania Twojego problemu nie ma na tej stronie, -zajrzyj do naszego podręcznika. Jeśli i to nie pomoże, -zadaj pytanie naszemu prawnikowi.

- -
-{% endblock %} \ No newline at end of file +{% prevnext %} + + +{% endblock %} + +{% block extra_css %} + {% stylesheet 'questions' %} +{% endblock %} + +{% block extra_js %} + {% javascript 'questions' %} +{% endblock %}