Moved views to adequate apps
This commit is contained in:
parent
62f360e77b
commit
f0a232f366
14 changed files with 21 additions and 19 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue