X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/0ffd0b004ed18d4b39085677fb4966dc883cb4aa..0a08745958649d32c95b1a5da115dde92614c629:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 0b830e2..8ef2773 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,20 +1,69 @@ {% extends "base.html" %} {% load url from future %} +{% load pagination_tags fnp_prevnext %} +{% load compressed %} +{% 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 %} + {% compressed_css 'questions' %} +{% endblock %} + +{% block extra_js %} + {% compressed_js 'questions' %} +{% endblock %}