1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

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>

View File

@ -49,5 +49,5 @@
</div>
</div>
</form>
{% include 'inc/modal.html' with name='docs' title='Documentation' content=obj|get_docs %}
{% include 'inc/modal.html' with name='docs' content=obj|get_docs %}
{% endblock %}