pinecrypt-gateway-frontend/templates/views/tags.html

7 lines
201 B
HTML
Raw Normal View History

2021-05-27 10:15:46 +00:00
{% for tag in certificate.tags %}
<span data-cn="{{ certificate.common_name }}"
title="{{ tag }}"
class="badge badge-default"
onClick="onTagClicked(event);">{{ tag }}</span>
{% endfor %}