mirror of
https://github.com/laurivosandi/certidude
synced 2025-09-06 22:00:56 +00:00
Hide tagging UI elements if tagging is disabled
This commit is contained in:
@@ -39,11 +39,14 @@
|
||||
|
||||
#}
|
||||
|
||||
{% if session.features.tagging %}
|
||||
<div class="tags">
|
||||
<select class="icon tag" data-cn="{{ certificate.common_name }}" onChange="onNewTagClicked();">
|
||||
<option value="">Add tag...</option>
|
||||
{% include 'views/tagtypes.html' %}
|
||||
</select>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="status"></div>
|
||||
</li>
|
||||
|
Reference in New Issue
Block a user