This commit is contained in:
singeltary 2024-11-16 11:55:10 +01:00 committed by GitHub
commit 532e0d543f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -236,7 +236,8 @@
{{ input(form.weight) }}
</fieldset>
<div class="actions">
{{ form.submit(class="btn btn-primary") }}
<button class="btn btn-secondary input-group-addon" type="submit">{{ _("Save") }}</button>
<a href="{{ url_for(".list_bills") }}" class="btn btn-outline-secondary"> {{_("Cancel") }} </a>
</div>
{% endmacro %}