diff --git a/templates/base.html b/templates/base.html index 1e353c5..0c1d0b1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -100,12 +100,14 @@ + {% if perms.nas_app.view_nasmodel %} {% url 'nas_app:home' as nashome %} {% trans 'NAS' %} + {% endif %}