aboutsummaryrefslogtreecommitdiff
path: root/budget/web.py
diff options
context:
space:
mode:
authorA.Avenel <avenel.alexandre@gmail.com>2012-11-26 21:52:25 +0100
committerA.Avenel <avenel.alexandre@gmail.com>2012-11-26 21:52:25 +0100
commit8b114c5718e332553a3bb9718c707365f7ab5a0a (patch)
tree674cc80111db5b92854872c32e0a7815c1ae8871 /budget/web.py
parentee7459025d031b8f47fd38059ad2f1db09435ac3 (diff)
downloadihatemoney-mirror-8b114c5718e332553a3bb9718c707365f7ab5a0a.zip
ihatemoney-mirror-8b114c5718e332553a3bb9718c707365f7ab5a0a.tar.gz
ihatemoney-mirror-8b114c5718e332553a3bb9718c707365f7ab5a0a.tar.bz2
update for "create archive" interface
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":