Compare commits
3 Commits
9290bcc6b3
...
1a110e7582
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a110e7582 | |||
| a7c1ffd695 | |||
| 87389de4ea |
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
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user