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
+1 -1
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 %}