X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/93728aad9d95a2018c0bfc0390076401d3655a02..77018b126585ddf1de7231c2d8a6def5086180c6:/wradmin/controllers/rodelbahn.py diff --git a/wradmin/controllers/rodelbahn.py b/wradmin/controllers/rodelbahn.py index 5af866e..647687b 100644 --- a/wradmin/controllers/rodelbahn.py +++ b/wradmin/controllers/rodelbahn.py @@ -63,7 +63,5 @@ class RodelbahnController: session['flash'] = 'Die Rodelbahneinträge in den Regionslisten wurden erfolgreich aktualisiert.' except wrpylib.wrmwcache.UpdateCacheError as e: session['flash'] = str(e) - session.save() # Redirect to result page - return redirect(url(controller='rodelbahn', action='list')) - + return redirect(url_for('rodelbahn_list'))