Closes #1821: Added 'description' field to Site model

This commit is contained in:
Jeremy Stretch
2018-01-25 13:29:09 -05:00
parent ed10a99771
commit 7378d82bc4
8 changed files with 36 additions and 31 deletions

View File

@@ -123,6 +123,16 @@
{% endif %}
</td>
</tr>
<tr>
<td>Description</td>
<td>
{% if site.description %}
{{ site.description }}
{% else %}
<span class="text-muted">N/A</span>
{% endif %}
</td>
</tr>
</table>
</div>
<div class="panel panel-default">