diff options
Diffstat (limited to 'ogcp/templates/actions/software.html')
-rw-r--r-- | ogcp/templates/actions/software.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ogcp/templates/actions/software.html b/ogcp/templates/actions/software.html index 71dc0ae..9393537 100644 --- a/ogcp/templates/actions/software.html +++ b/ogcp/templates/actions/software.html @@ -1,6 +1,8 @@ -{% extends 'base.html' %} +{% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% block nav_inventory %} active{% endblock %} +{% block nav_inventory_software %} active{% endblock %} {% block content %} <h1 class="m-5">{{_('Software Inventory')}}</h1> |