X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/ce4104d701138f6e19107774ad06ecce69bde6f9..6f1d6a6fe9607eb612d2dc95340d414dda043e92:/prawokultury/templates/prevnext/previous.html diff --git a/prawokultury/templates/prevnext/previous.html b/prawokultury/templates/prevnext/previous.html new file mode 100755 index 0000000..88a656b --- /dev/null +++ b/prawokultury/templates/prevnext/previous.html @@ -0,0 +1,16 @@ +{% if number or url %} + {% load i18n %} + + {% if title %} + {{ title }} + {% else %} + {% trans "previous" %} + {% endif %} + +{% endif %} \ No newline at end of file