Initial work on implementing django-taggit for #132

This commit is contained in:
Jeremy Stretch
2018-05-08 16:28:26 -04:00
parent 57f6d22c64
commit b0dafcf50f
13 changed files with 68 additions and 12 deletions

View File

@@ -96,6 +96,10 @@
{% endif %}
</td>
</tr>
<tr>
<td>Tags</td>
<td>{{ device.tags.all|join:" " }}</td>
</tr>
</table>
</div>
{% if vc_members %}