diff options
author | Jose M. Guisado <jguisado@soleta.eu> | 2022-02-22 13:03:11 +0100 |
---|---|---|
committer | Jose M. Guisado <jguisado@soleta.eu> | 2022-02-22 13:03:11 +0100 |
commit | d2e8131ffa9a736b4f82d2fa02c158d41bd998c7 (patch) | |
tree | 14155c4356109da8ebf6a84d4fd76615579192d9 | |
parent | 17e13ad6a8b799ca769adc533555ce0c908e67d5 (diff) |
Setup view sets nav button as active
When loading the setup view, it's nav button becomes active.
-rw-r--r-- | ogcp/templates/actions/setup.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/actions/setup.html b/ogcp/templates/actions/setup.html index 5898201..fc26b31 100644 --- a/ogcp/templates/actions/setup.html +++ b/ogcp/templates/actions/setup.html @@ -1,5 +1,6 @@ {% extends 'commands.html' %} +{% block nav_setup %} active{% endblock %} {% block content %} <h1 class="m-5">{{_('Partition and Format')}}</h1> |