Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a110e7582 | |||
| a7c1ffd695 | |||
| 87389de4ea | |||
| 9290bcc6b3 | |||
| a6dbf1c716 | |||
| 670b99a7e5 |
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -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>
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user