rebranding
[django-pagination.git] / fnp_django_pagination / test_project / example / templates / pagination / custom_pagination.html
1 {% extends "pagination/pagination.html" %}
2
3
4 {% block previouslink %}
5   <p style="color: red; background-color: white;">This part is custom</p>
6   {{ block.super }}
7 {% endblock previouslink %}