diff options
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index b4fa236..01e5486 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -137,19 +137,6 @@ </div> {% endmacro %} -{% macro create_archive(form) %} - <fieldset> - <legend>{{ _("Create an archive") }}</legend> - {{ form.hidden_tag() }} - {{ input(form.name) }} - {{ input(form.start_date) }} - {{ input(form.end_date) }} - </fieldset> - <div class="actions"> - <button class="btn">{{ _("Create the archive") }}</button> - </div> -{% endmacro %} - {% macro export_project(form) %} <fieldset> {{ form.hidden_tag() }} |
