X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/8415fb5160bdb96359bdf7b0c23c98817e764784..d8f2d22bca1bf4959b46c1869d762d34d8970b66:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 273d94f..46e757c 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,21 +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

+

Pierwsza pomoc w prawie autorskim: zapytaj prawnika

-

Jeśli rozwiązania Twojego problemu nie ma na tej stronie, -zajrzyj do -naszego przewodnika. Jeśli i to nie pomoże, -zadaj nam pytanie.

- -
-{% endblock %} \ No newline at end of file +{% prevnext %} + + +{% endblock %} + +{% block "extra_css" %} + {% compressed_css 'questions' %} +{% endblock %} + +{% block "extra_js" %} + {% compressed_js 'questions' %} +{% endblock %}