diff --git a/app/services/views.py b/app/services/views.py index 75712b34..90d24bdd 100644 --- a/app/services/views.py +++ b/app/services/views.py @@ -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('/', methods=['GET', 'POST']) diff --git a/app/templates/_sidenav.html.j2 b/app/templates/_sidenav.html.j2 index 23f82abc..ffd87c66 100644 --- a/app/templates/_sidenav.html.j2 +++ b/app/templates/_sidenav.html.j2 @@ -17,7 +17,7 @@
  • File setup
  • OCR
  • NLP
  • -
  • Corpus analysis
  • +
  • Corpus analysis
  • Account
  • settingsSettings
  • diff --git a/app/templates/services/_breadcrumbs.html.j2 b/app/templates/services/_breadcrumbs.html.j2 index d4299f36..d819fe60 100644 --- a/app/templates/services/_breadcrumbs.html.j2 +++ b/app/templates/services/_breadcrumbs.html.j2 @@ -2,8 +2,8 @@
  • navigate_next
  • Processes & Services
  • navigate_next
  • -{% if request.path == url_for('.service', service='corpus_analysis') %} -
  • {{ title }}
  • +{% if request.path == url_for('.service', service='corpus-analysis') %} +
  • {{ title }}
  • {% elif request.path == url_for('.service', service='file-setup') %}
  • {{ title }}
  • {% elif request.path == url_for('.service', service='nlp') %}