From 5a15871b8860d45c2b371386aabb00dfcb27e7f1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 5 Oct 2017 15:00:18 +0100 Subject: [PATCH] Dashes not underscores --- app/main/views/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index 0fa475e18..412a8dbe4 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -132,6 +132,6 @@ def using_notify(): return render_template('views/using-notify.html') -@main.route('/information_risk_management') +@main.route('/information-risk-management') def information_risk_management(): return render_template('views/information-risk-management.html')