feat: Add display of permission

This commit is contained in:
2025-06-22 17:58:38 +02:00
parent fe92d762be
commit 6828af76dc

View File

@@ -14,6 +14,9 @@
<p>
<strong>{% translate 'Zuletzt geprüft:' %}</strong> {{ rescue_org.last_checked_hr }}
</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 %}
<a href="{{ rescue_org.website }}" target="_blank">
<i class="fas fa-globe" aria-label="{% translate "Website" %}"></i>