diff --git a/ogcp/templates/base.html b/ogcp/templates/base.html index 68e2e64..c6c3e3b 100644 --- a/ogcp/templates/base.html +++ b/ogcp/templates/base.html @@ -15,8 +15,53 @@
- {% include 'nav.html' %} - {% block nav %}{% endblock %} +
{% block container %}
diff --git a/ogcp/templates/commands.html b/ogcp/templates/commands.html index ac41354..28ad9b0 100644 --- a/ogcp/templates/commands.html +++ b/ogcp/templates/commands.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% import "macros.html" as macros %} -{% block nav_scopes %}active{% endblock %} +{% block nav_commands %}active{% endblock %} {% block container %}
diff --git a/ogcp/templates/dashboard.html b/ogcp/templates/dashboard.html index 21d1d70..75f4cb6 100644 --- a/ogcp/templates/dashboard.html +++ b/ogcp/templates/dashboard.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} +{% block nav_dashboard %}active{% endblock %} + {% block content %}
diff --git a/ogcp/templates/nav.html b/ogcp/templates/nav.html deleted file mode 100644 index edf5c05..0000000 --- a/ogcp/templates/nav.html +++ /dev/null @@ -1,47 +0,0 @@ -