feat: Add display of permission
This commit is contained in:
@@ -14,6 +14,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<strong>{% translate 'Zuletzt geprüft:' %}</strong> {{ rescue_org.last_checked_hr }}
|
<strong>{% translate 'Zuletzt geprüft:' %}</strong> {{ rescue_org.last_checked_hr }}
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<i class="fas fa-images" aria-label="{% translate "Material verwenden?" %}"></i> {{ rescue_org.get_allows_using_materials_display }}
|
||||||
|
</p>
|
||||||
{% if rescue_org.website %}
|
{% if rescue_org.website %}
|
||||||
<a href="{{ rescue_org.website }}" target="_blank">
|
<a href="{{ rescue_org.website }}" target="_blank">
|
||||||
<i class="fas fa-globe" aria-label="{% translate "Website" %}"></i>
|
<i class="fas fa-globe" aria-label="{% translate "Website" %}"></i>
|
||||||
|
Reference in New Issue
Block a user