Skip to content

Commit a3590f7

Browse files
Delete button reserved for future use (#5)
1 parent ba4ddf5 commit a3590f7

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

crm/templates/admin/crm/deal/change_list_object_tools.html

-8
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,5 @@
1414
{% translate 'Add' %} {% translate 'Request' %} ({% translate 'Deal' %})
1515
</a>
1616
</li>
17-
{% endif %}
18-
{% if has_add_permission %}
19-
<li>
20-
{% url cl.opts|admin_urlname:'add' as add_url %}
21-
<a href="{% add_preserved_filters add_url is_popup to_field %}" class="addlink">
22-
{% blocktranslate with cl.opts.verbose_name as name %}Add {{ name }}{% endblocktranslate %}
23-
</a>
24-
</li>
2517
{% endif %}
2618
{% endblock %}

0 commit comments

Comments
 (0)