Introduced a placeholder template filter

This commit is contained in:
Jeremy Stretch
2018-11-05 13:00:46 -05:00
parent 53b6a07a41
commit 045856c9ac
23 changed files with 75 additions and 301 deletions

View File

@@ -82,13 +82,7 @@
</tr>
<tr>
<td>Description</td>
<td>
{% if vrf.description %}
<span>{{ vrf.description }}</span>
{% else %}
<span class="text-muted">N/A</span>
{% endif %}
</td>
<td>{{ vrf.description|placeholder }}</td>
</tr>
</table>
</div>