diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2017-03-20 14:00:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-20 14:00:51 +0100 |
| commit | 3dac51208d17a517c1f525df6f2ed6572127fcc0 (patch) | |
| tree | 21e9dcf4c82ddefad8728440649b97a351fe0fe7 /budget/templates | |
| parent | c04ace2823755c11f43b50b91b6fdd5175a3c673 (diff) | |
| parent | ceab95b444462093068ba14213841786a5d0ec84 (diff) | |
| download | ihatemoney-mirror-3dac51208d17a517c1f525df6f2ed6572127fcc0.zip ihatemoney-mirror-3dac51208d17a517c1f525df6f2ed6572127fcc0.tar.gz ihatemoney-mirror-3dac51208d17a517c1f525df6f2ed6572127fcc0.tar.bz2 | |
Merge pull request #181 from 0livd/remove_archive
Remove unused archive feature
Diffstat (limited to 'budget/templates')
| -rw-r--r-- | budget/templates/create_archive.html | 7 | ||||
| -rw-r--r-- | budget/templates/forms.html | 13 |
2 files changed, 0 insertions, 20 deletions
diff --git a/budget/templates/create_archive.html b/budget/templates/create_archive.html deleted file mode 100644 index dd7ab86..0000000 --- a/budget/templates/create_archive.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "layout.html" %} - -{% block content %} -<form class="form-horizontal" method="post" accept-charset="utf-8"> -{{ forms.create_archive(form) }} -</form> -{% endblock %} 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() }} |
