6 Commits

10 changed files with 19145 additions and 30 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -25,7 +25,7 @@
<a href="#image{{forloop.counter0|add:-1}}" class="LP-ImageGrid__Previous">Previous</a>
{% endif %}
<span class="LP-ImageGrid__Close LP-ImageGrid__DeleteItem" title="Schließen">
<a href="#thumbnail{{forloop.counter0}}" class="LP-Link">
<a href="#" class="LP-Link">
<img class="LP-Icon" src="{% static 'icons/cancel.svg' %}"/>
</a>
</span>

View File

@@ -68,6 +68,7 @@
{% for external_link in place.externallinks.all %}
<li class="LP-LinkList__Item">
<a target="_blank" href="{{external_link.url}}" class="LP-Link">
<span class="mdi mdi-36px mdi-{{external_link.linktype}}"></span>
<span class="LP-Text">{{external_link.label}}</span>
</a>
{% if user.explorer == external_link.submitted_by or user.explorer == place.submitted_by %}

View File

@@ -51,7 +51,7 @@
{% translate 'Update' as action %}
<div class="LP-Form__Composition LP-Form__Composition--buttons">
{% include 'partials/form/submit.html' with referrer=request.META.HTTP_REFERER action=action %}
{% include 'partials/form/submit.html' with referer=request.META.HTTP_REFERER action=action %}
</div>
</fieldset>