diff options
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 690f59d..8ac458f 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -74,3 +74,12 @@ <button class="btn">Add a new user</button> {% endmacro %} + +{% macro invites(form) %} + {{ form.hidden_tag() }} + {{ input(form.emails) }} + <div class="actions"> + <button class="btn">Send the invitations</button> + <a href="{{ url_for("list_bills") }}">No, thanks</a> + </div> +{% endmacro %} |
