From fb36a36737d9db27fb4a8add81e704b64396095c 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 9116c5e31..6de54bbab 100644 --- a/django/cantusdb_project/main_app/templates/browse_chants.html +++ b/django/cantusdb_project/main_app/templates/browse_chants.html @@ -147,7 +147,9 @@

Browse Chants

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