diff options
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 3f8cc4a..b4fa236 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -150,6 +150,17 @@ </div> {% endmacro %} +{% macro export_project(form) %} + <fieldset> + {{ form.hidden_tag() }} + {{ input(form.export_type) }} + {{ input(form.export_format) }} + </fieldset> + <div class="actions"> + <button class="btn btn-primary">{{ _("Download") }}</button> + </div> +{% endmacro %} + {% macro remind_password(form) %} {% include "display_errors.html" %} |
