diff options
| author | A.Avenel <avenel.alexandre@gmail.com> | 2011-11-02 00:23:21 +0100 |
|---|---|---|
| committer | A.Avenel <avenel.alexandre@gmail.com> | 2011-11-02 00:23:21 +0100 |
| commit | 471ef87d3e64cfedf29d667126436c315599872b (patch) | |
| tree | 7a8105806db105905d85d09cc52ca05a11bad29d /budget/templates/edit_bill.html | |
| parent | 0d44b97c4a6719e2c7b8f2cddd149db6c1a7bc8d (diff) | |
| download | ihatemoney-mirror-471ef87d3e64cfedf29d667126436c315599872b.zip ihatemoney-mirror-471ef87d3e64cfedf29d667126436c315599872b.tar.gz ihatemoney-mirror-471ef87d3e64cfedf29d667126436c315599872b.tar.bz2 | |
Bug fix in order to show the calendar widget when you edit a bill. Also fix another bug related to cancel button.
Diffstat (limited to 'budget/templates/edit_bill.html')
| -rw-r--r-- | budget/templates/edit_bill.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/budget/templates/edit_bill.html b/budget/templates/edit_bill.html deleted file mode 100644 index cb55d69..0000000 --- a/budget/templates/edit_bill.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "layout.html" %} - -{% block top_menu %} -<a href="{{ url_for(".list_bills") }}">{{ _("Back to the list") }}</a> -{% endblock %} - -{% block content %} -<h2>{{ _("Edit a bill") }}</h2> - -<div class="container span-24 add-bill uniForm" style="width: 400px"> - <form action="" method="post" class=uniForm"> - {{ forms.add_bill(form) }} - </form> -</div> -{% endblock %} |
