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 %}