Moved views to adequate apps

This commit is contained in:
Edgar P. Burkhart 2023-04-22 13:47:43 +02:00
parent 62f360e77b
commit f0a232f366
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
14 changed files with 21 additions and 19 deletions

View file

@ -3,5 +3,5 @@ from django.utils.translation import gettext_lazy as _
class SearchForm(forms.Form):
template_name = "main/form/search.html"
template_name = "search/search_form.html"
search = forms.CharField(label=_("Search"), max_length=128)