forked from enviPath/enviPy
Fix Secret image size in Navbar
This commit is contained in:
@ -108,7 +108,7 @@
|
||||
{% elif not meta.url_contains_package and meta.user.default_package.get_classification_level_display == "Restricted" %}
|
||||
<img src="{% static 'images/restricted_mid.png' %}" width="200">
|
||||
{% elif not meta.url_contains_package and meta.user.default_package.get_classification_level_display == "Secret" %}
|
||||
<img src="{% static 'images/secret_mid.png' %}" width="200">
|
||||
<img src="{% static 'images/secret_mid.png' %}" width="120">
|
||||
|
||||
{% endif %}
|
||||
{% if not public_mode %}
|
||||
|
||||
Reference in New Issue
Block a user