diff --git a/django_wtf/core/search_view.py b/django_wtf/core/search_view.py index 52695ff..3c5cb57 100644 --- a/django_wtf/core/search_view.py +++ b/django_wtf/core/search_view.py @@ -6,7 +6,7 @@ class SearchView(OriginalSearchView): - paginate_by = 20 + paginate_by = 10 models = (Repository,) def get_template_names(self): # pyright: ignore [reportIncompatibleMethodOverride] diff --git a/django_wtf/templates/core/base.html b/django_wtf/templates/core/base.html index 67b22b7..5d6d5db 100644 --- a/django_wtf/templates/core/base.html +++ b/django_wtf/templates/core/base.html @@ -1,6 +1,6 @@ {% load tailwind_tags django_htmx %} - +
{% block head %} {% include "meta/meta.html" %} diff --git a/django_wtf/templates/core/components/_navbar.html b/django_wtf/templates/core/components/_navbar.html index 9411de8..f7b941c 100644 --- a/django_wtf/templates/core/components/_navbar.html +++ b/django_wtf/templates/core/components/_navbar.html @@ -49,26 +49,25 @@ {% endif %} -