aboutsummaryrefslogtreecommitdiff
path: root/budget/web.py
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2013-01-10 15:11:56 -0800
committerAlexis Metaireau <alexis@notmyidea.org>2013-01-10 15:11:56 -0800
commit64385e0fa3139d7392f107c69267e977f72a4d46 (patch)
tree674cc80111db5b92854872c32e0a7815c1ae8871 /budget/web.py
parent800dcba2c8b26d09c19074d8604c4577d4774600 (diff)
parent8b114c5718e332553a3bb9718c707365f7ab5a0a (diff)
downloadihatemoney-mirror-64385e0fa3139d7392f107c69267e977f72a4d46.zip
ihatemoney-mirror-64385e0fa3139d7392f107c69267e977f72a4d46.tar.gz
ihatemoney-mirror-64385e0fa3139d7392f107c69267e977f72a4d46.tar.bz2
Merge pull request #97 from aavenel/cosmetics
Small changes for UI
Diffstat (limited to 'budget/web.py')
-rw-r--r--budget/web.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/web.py b/budget/web.py
index 489874c..af0a933 100644
--- a/budget/web.py
+++ b/budget/web.py
@@ -389,7 +389,7 @@ def compute_bills():
return render_template("compute_bills.html")
-@main.route("/<project_id>/archives/create")
+@main.route("/<project_id>/archives/create", methods=["GET", "POST"])
def create_archive():
form = CreateArchiveForm()
if request.method == "POST":