From 9591f16d2a4be407768f129d08144b1c1bbf345d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 23 Apr 2018 20:41:41 -0700 Subject: live submissions/edits --- fatcat/routes.py | 2 +- fatcat/templates/base.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fatcat/routes.py b/fatcat/routes.py index 75411da9..f6d6c4e3 100644 --- a/fatcat/routes.py +++ b/fatcat/routes.py @@ -79,7 +79,7 @@ def editgroup_view(ident): return render_template('editgroup_view.html', editgroup=entity) @app.route('/editgroup/current', methods=['GET']) -def editgroup_current(ident): +def editgroup_current(): eg = api.get_or_create_edit_group() return redirect('/editgroup/{}'.format(eg.id)) diff --git a/fatcat/templates/base.html b/fatcat/templates/base.html index f9fc809a..697705c3 100644 --- a/fatcat/templates/base.html +++ b/fatcat/templates/base.html @@ -34,10 +34,10 @@ -- cgit v1.2.3