From f50cf354a013f45443b7a63134cdb771a482357f Mon Sep 17 00:00:00 2001 From: SecretlyTaco Date: Wed, 21 Feb 2018 08:59:12 +0000 Subject: [PATCH] Added settings to navigation bar --- templates/layout.html | 3 ++- templates/settings.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/layout.html b/templates/layout.html index 5798872..f36b2d6 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -24,6 +24,7 @@ {% if logged_in %} {% else %} @@ -61,4 +62,4 @@ - \ No newline at end of file + diff --git a/templates/settings.html b/templates/settings.html index 39f25e0..0351ff9 100644 --- a/templates/settings.html +++ b/templates/settings.html @@ -1,4 +1,5 @@ {% extends 'layout.html' %} +{% block nav_settings %}active{% endblock %} {% block content %}

Settings for {{ logged_in }}


@@ -31,4 +32,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %}