Accidently removed the add image tile

This commit is contained in:
reverend 2021-04-04 17:01:00 +02:00
parent cf6346fdf0
commit af7afd0311

View File

@ -33,5 +33,10 @@
</div>
</li>
{% endfor %}
<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%}">
<img class="LP-Icon" src="{% static 'icons/plus.svg' %}" />
</a>
</li>
</ul>
</div>