mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-07-01 18:30:34 +00:00
Move some blueprints and rename routes
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from flask import redirect, url_for
|
||||
from flask import render_template
|
||||
from . import bp
|
||||
|
||||
|
||||
@bp.route('')
|
||||
def index():
|
||||
return redirect(url_for('main.dashboard', _anchor='contributions'))
|
||||
return render_template('contributions/index.html.j2', title='Contributions')
|
||||
|
Reference in New Issue
Block a user