Introduced a placeholder template filter

This commit is contained in:
Jeremy Stretch
2018-11-05 13:00:46 -05:00
parent 2d22cea5e9
commit 8dd3f37da7
23 changed files with 75 additions and 301 deletions

View File

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