mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-16 11:00:41 +00:00
Going back to vanilla css
This commit is contained in:
@ -14,7 +14,7 @@ from .forms import CreateCorpusForm
|
||||
|
||||
@bp.route('')
|
||||
def corpora():
|
||||
return redirect(url_for('main.dashboard', _anchor='corpora'))
|
||||
return render_template('corpora/corpora.html.j2', title='Corpora')
|
||||
|
||||
|
||||
@bp.route('/create', methods=['GET', 'POST'])
|
||||
|
Reference in New Issue
Block a user