Still dealing with collections bug.
This commit is contained in:
parent
8931888d9e
commit
dc1d4111e2
4 changed files with 4 additions and 3 deletions
|
|
@ -35,5 +35,5 @@
|
|||
{% if submit_attrs %}{% for k,v in submit_attrs.items() %}
|
||||
{{k}}{% if v is not sameas true %}="{{ v }}"{% endif %}
|
||||
{% endfor %}{% endif %}
|
||||
>{{ submit_label if label else 'Save' }}</button>
|
||||
>{{ submit_label if submit_label else 'Save' }}</button>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue