Initial commit
This commit is contained in:
3
templates/views/attributes.html
Normal file
3
templates/views/attributes.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% for key, value in certificate.attributes %}
|
||||
<span class="badge badge-info" title="{{ key }}={{ value }}">{{ value }}</span>
|
||||
{% endfor %}
|
Reference in New Issue
Block a user