mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-12 00:50:40 +00:00
Fix wrong corpus analysis link in sidenav
This commit is contained in:
@ -15,7 +15,8 @@ import os
|
||||
@services.route('/corpus-analysis')
|
||||
@login_required
|
||||
def corpus_analysis():
|
||||
return render_template('services/corpus_analysis.html.j2')
|
||||
return render_template('services/corpus_analysis.html.j2',
|
||||
title='Corpus analysis')
|
||||
|
||||
|
||||
@services.route('/<service>', methods=['GET', 'POST'])
|
||||
|
Reference in New Issue
Block a user