mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-29 01:42:37 +02:00
Update forms.html
Updated button on form for editing participants--"Save" for edits instead of "Add."
This commit is contained in:
parent
3825710189
commit
465598edd3
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
||||||
{{ input(form.weight) }}
|
{{ input(form.weight) }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<div class="actions">
|
<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>
|
<a href="{{ url_for(".list_bills") }}" class="btn btn-outline-secondary"> {{_("Cancel") }} </a>
|
||||||
</div>
|
</div>
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
Loading…
Reference in a new issue