Small check is this partial is used within place
This commit is contained in:
parent
120e63808a
commit
f2eb048f0b
@ -33,10 +33,12 @@
|
||||
</div>
|
||||
</li>
|
||||
{% endfor %}
|
||||
{% if place %}
|
||||
<li class="LP-ImageGrid__Item LP-ImageGrid__Item--add" title="Bild hinzufügen">
|
||||
<a class="LP-Link" href="{% url 'place_image_create' place_id=place.id%}">
|
||||
<a class="LP-Link" href="{% url 'place_image_create' place_id=place.id %}">
|
||||
<img class="LP-Icon" src="{% static 'icons/plus.svg' %}" />
|
||||
</a>
|
||||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user