diff options
Diffstat (limited to 'ogcp/templates/actions/image_create.html')
-rw-r--r-- | ogcp/templates/actions/image_create.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/image_create.html b/ogcp/templates/actions/image_create.html index dc4c4a2..d549828 100644 --- a/ogcp/templates/actions/image_create.html +++ b/ogcp/templates/actions/image_create.html @@ -1,6 +1,8 @@ {% extends 'commands.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% block nav_image %} active{% endblock %} +{% block nav_image_create %} active{% endblock %} {% block content %} <h1 class="m-5">{{_('Create a partition image')}}</h1> |