]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Do not require admin permissions for updating sledruns.
authorPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 23 Oct 2020 20:09:43 +0000 (22:09 +0200)
committerPhilipp Spitzer <philipp@spitzer.priv.at>
Fri, 23 Oct 2020 20:09:43 +0000 (22:09 +0200)
wradmin/__init__.py

index 3af43fc3baf422eff1e98506083991a3fea12833..2d4aeb5a169ad24e9035684495a51af6493f26a8 100644 (file)
@@ -55,7 +55,6 @@ def rodelbahn_view(id):
 
 @app.route("/rodelbahn/update")
 @login_required
-@admin_permission.require(403)
 def rodelbahn_update():
     return RodelbahnController().update()