Fixes URL name

This commit is contained in:
Jeremy Stretch 2018-05-18 12:35:04 -04:00
parent e6b3983a4e
commit 0189609137

View File

@ -125,7 +125,7 @@
<td>Tags</td>
<td>
{% for tag in vm.tags.all %}
{% tag 'virtualization:vm_list' tag %}
{% tag 'virtualization:virtualmachine_list' tag %}
{% empty %}
<span class="text-muted">N/A</span>
{% endfor %}