diff options
| author | 0livd <0livd@users.noreply.github.com> | 2017-03-19 18:53:09 +0100 |
|---|---|---|
| committer | 0livd <0livd@users.noreply.github.com> | 2017-03-19 20:16:06 +0100 |
| commit | ceab95b444462093068ba14213841786a5d0ec84 (patch) | |
| tree | e74f6d48905ed3766b2dc843296ddd3511dcfa9f /budget/templates/forms.html | |
| parent | 79d33e1c65142dcf96c5e41ea3ff572122727bb7 (diff) | |
| download | ihatemoney-mirror-ceab95b444462093068ba14213841786a5d0ec84.zip ihatemoney-mirror-ceab95b444462093068ba14213841786a5d0ec84.tar.gz ihatemoney-mirror-ceab95b444462093068ba14213841786a5d0ec84.tar.bz2 | |
Remove unused archive feature
The archive table is not removed from the database model
because it would involve a tricky migration
fixes #170
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() }} |
