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