|
|
@@ -13,7 +13,9 @@
|
|
|
<h3>
|
|
|
{% if settings.DOCS_ROOT %}
|
|
|
<div class="pull-right">
|
|
|
- <button type="button" class="btn btn-primary btn-xs" data-toggle="modal" data-target="#docs_modal"><i class="mdi mdi-help-circle"></i></button>
|
|
|
+ <button type="button" class="btn btn-link btn-xs" data-toggle="modal" data-target="#docs_modal" title="Help">
|
|
|
+ <i class="mdi mdi-help-circle"></i>
|
|
|
+ </button>
|
|
|
</div>
|
|
|
{% endif %}
|
|
|
{% block title %}{% if obj.pk %}Editing {{ obj_type }} {{ obj }}{% else %}Add a new {{ obj_type }}{% endif %}{% endblock %}
|