rebranding
[django-pagination.git] / fnp_django_pagination / test_project / example / templates / pagination / custom_pagination.html
diff --git a/fnp_django_pagination/test_project/example/templates/pagination/custom_pagination.html b/fnp_django_pagination/test_project/example/templates/pagination/custom_pagination.html
new file mode 100644 (file)
index 0000000..49320b9
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "pagination/pagination.html" %}
+
+
+{% block previouslink %}
+  <p style="color: red; background-color: white;">This part is custom</p>
+  {{ block.super }}
+{% endblock previouslink %}