Still dealing with collections bug.

This commit is contained in:
Yaro Kasear 2025-10-10 08:07:09 -05:00
parent 8931888d9e
commit dc1d4111e2
4 changed files with 4 additions and 3 deletions

View file

@ -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>