mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-11-05 04:42:45 +00:00
Rename function
This commit is contained in:
@@ -17,7 +17,7 @@ from . import bp
|
|||||||
|
|
||||||
@bp.route('')
|
@bp.route('')
|
||||||
@login_required
|
@login_required
|
||||||
def jobs():
|
def index():
|
||||||
return redirect(url_for('main.dashboard', _anchor='jobs'))
|
return redirect(url_for('main.dashboard', _anchor='jobs'))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user