mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-18 13:09:04 +02:00
.
This commit is contained in:
parent
24f5b8e630
commit
b140eb3f0f
1 changed files with 3 additions and 3 deletions
|
|
@ -4,7 +4,7 @@ from labelbase.forms import LabelbaseForm
|
|||
register = template.Library()
|
||||
|
||||
|
||||
def labelbaseform(instance=None):
|
||||
return LabelbaseForm(instance=instance)
|
||||
def labelbaseform():
|
||||
return LabelbaseForm()
|
||||
|
||||
register.filter('labelbaseform', labelbaseform)
|
||||
register.tag('labelbaseform', labelbaseform)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue