Remove title from docs modal

This commit is contained in:
Jeremy Stretch
2020-03-05 14:54:48 -05:00
parent 121c7ada1f
commit 3b200bbffc
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
</div>
{% endif %}
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
{{ content }}
</div>
</div>