X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/8415fb5160bdb96359bdf7b0c23c98817e764784..bae802f258696c7d28745e052227026a574f66f6:/questions/templates/questions/question_list.html diff --git a/questions/templates/questions/question_list.html b/questions/templates/questions/question_list.html index 273d94f..5991b6a 100755 --- a/questions/templates/questions/question_list.html +++ b/questions/templates/questions/question_list.html @@ -1,21 +1,84 @@ {% extends "base.html" %} {% load url from future %} +{% load pagination_tags fnp_prevnext %} +{% load compressed %} {% block "titleextra" %}Pierwsza pomoc w prawie autorskim :: {% endblock %} {% block "body" %}

Pierwsza pomoc w prawie autorskim

-

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.

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