mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-22 02:18:21 +02:00
Member templates inherit from member/base.html
This commit is contained in:
@ -21,7 +21,7 @@ class AmountInput(NumberInput):
|
||||
|
||||
|
||||
class Autocomplete(TextInput):
|
||||
template_name = "member/autocomplete_model.html"
|
||||
template_name = "autocomplete_model.html"
|
||||
|
||||
def __init__(self, model, resetable=False, attrs=None):
|
||||
super().__init__(attrs)
|
||||
|
Reference in New Issue
Block a user