First commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{% extends "admin/change_form.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block object-tools-items %}
|
||||
{% if original %}
|
||||
<li>
|
||||
<a href="{% url 'admin:properties_property_upload_photos' original.pk %}"
|
||||
class="historylink">
|
||||
📷 Ajout groupé de photos
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user