Rename search template

This commit is contained in:
Nyymix 2025-04-22 18:13:11 +03:00
parent d5bbf0d64e
commit 8015d96c7a
2 changed files with 1 additions and 1 deletions

View file

@ -195,7 +195,7 @@ class PhotoSlideshow(DetailView):
class Search(TemplateView):
"""Search view for public albums by name, place or city."""
template_name = "gallery/search.html"
template_name = "gallery/album_search.html"
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)