Add label to forms, views and templates

This commit is contained in:
Jonathan Senecal
2020-06-05 13:59:59 -04:00
parent d65cead212
commit 286a3e6ca2
4 changed files with 207 additions and 17 deletions

View File

@@ -58,6 +58,10 @@
<td>Name</td>
<td>{{ interface.name }}</td>
</tr>
<tr>
<td>Label</td>
<td>{{ interface.label }}</td>
</tr>
<tr>
<td>Type</td>
<td>{{ interface.get_type_display }}</td>