mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-15 10:30:40 +00:00
Going back to vanilla css
This commit is contained in:
@ -11,8 +11,9 @@ from . import bp
|
||||
|
||||
|
||||
@bp.route('')
|
||||
def corpora():
|
||||
return redirect(url_for('main.dashboard', _anchor='jobs'))
|
||||
def jobs():
|
||||
# return redirect(url_for('main.dashboard', _anchor='jobs'))
|
||||
return render_template('jobs/jobs.html.j2', title='Jobs')
|
||||
|
||||
|
||||
@bp.route('/<hashid:job_id>')
|
||||
|
Reference in New Issue
Block a user