Flip the order of tag and URL name for the tag template tag

This commit is contained in:
Jeremy Stretch
2018-07-05 15:20:13 -04:00
parent 1a0a8dfaaf
commit f5fc801f3b
17 changed files with 23 additions and 19 deletions

View File

@@ -71,7 +71,7 @@
<td>Tags</td>
<td>
{% for tag in secret.tags.all %}
{% tag 'secrets:secret_list' tag %}
{% tag tag 'secrets:secret_list' %}
{% empty %}
<span class="text-muted">N/A</span>
{% endfor %}