Member templates inherit from member/base.html
This commit is contained in:
parent
63dc184ce4
commit
2e659c63cd
20 changed files with 192 additions and 203 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue