various updates

This commit is contained in:
Patrick Jentsch
2024-09-25 12:08:20 +02:00
parent c7ca674b2f
commit 02e6c7c16c
9 changed files with 74 additions and 149 deletions

@@ -14,7 +14,7 @@ from .forms import CreateCorpusForm
@bp.route('')
def corpora():
return render_template('corpora/corpora.html.j2', title='Corpora')
return redirect(url_for('main.dashboard', _anchor='corpora'))
@bp.route('/create', methods=['GET', 'POST'])