mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-04 12:11:50 +02:00
Merge 465598edd3
into cf77b4c346
This commit is contained in:
commit
532e0d543f
1 changed files with 2 additions and 1 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue