mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 16:25:17 +00:00
Hide tagging UI elements if tagging is disabled
This commit is contained in:
parent
5d5a24096c
commit
089d6b36b9
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user