From 86b4a27ca3f7ce58c8c422e95db079f4406dec4f Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 14 Jun 2017 16:53:16 +0100 Subject: [PATCH] Fix the problems --- app/main/views/index.py | 2 +- app/templates/admin_template.html | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/app/main/views/index.py b/app/main/views/index.py index e9979349d..23f03fff6 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -113,5 +113,5 @@ def roadmap(): @main.route('/features') -def roadmap(): +def features(): return render_template('views/features.html') diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index c67ba7df4..cd00e56a2 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -62,7 +62,11 @@ {% else %}
  • Features - Pricing +
  • +
  • + Pricing +
  • +
  • Sign in
  • {% endif %}