We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 631f129 + a49214b commit 8e9fd13Copy full SHA for 8e9fd13
xadmin/templates/xadmin/edit_inline/base.html
@@ -6,8 +6,10 @@
6
7
{% block box_title %}
8
{% if not formset.formset.detail_page %}
9
+ {% if has_add_permission %}
10
<a class="add-row" id="{{ prefix }}-add-row" href="javascript:void(0)"><i class="icon fa fa-plus"></i></a>
11
{% endif %}
12
+ {% endif %}
13
{{ formset.opts.verbose_name_plural|title }}
14
{% endblock box_title %}
15
0 commit comments