mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-18 13:09:04 +02:00
.
This commit is contained in:
parent
b140eb3f0f
commit
3743cee64e
2 changed files with 2 additions and 4 deletions
|
|
@ -3,8 +3,6 @@ from labelbase.forms import LabelbaseForm
|
|||
|
||||
register = template.Library()
|
||||
|
||||
|
||||
@register.simple_tag
|
||||
def labelbaseform():
|
||||
return LabelbaseForm()
|
||||
|
||||
register.tag('labelbaseform', labelbaseform)
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ body {
|
|||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
{{ labelbaseform.as_p }}
|
||||
{% labelbaseform.as_p %}
|
||||
</div>
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue