From b0f188015c1c88f5e74fdabf84abd40acb88ad89 Mon Sep 17 00:00:00 2001 From: Dylan Hillerbrand Date: Thu, 21 Nov 2024 10:31:33 -0500 Subject: [PATCH] fix(browse chants): conform browse chants template styling to #1712 Follow #1712 and conform pagination styling of the browse chants templates to other filterable table templates. --- django/cantusdb_project/main_app/templates/browse_chants.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/django/cantusdb_project/main_app/templates/browse_chants.html b/django/cantusdb_project/main_app/templates/browse_chants.html index d8af9863a..8f2a4784c 100644 --- a/django/cantusdb_project/main_app/templates/browse_chants.html +++ b/django/cantusdb_project/main_app/templates/browse_chants.html @@ -132,7 +132,9 @@

Browse Chants

{% endfor %} - {% include "pagination.html" %} +
+ {% include "pagination.html" %} +
{% else %} No chants found. {% endif %}