feat: Open shelters in new tab

This commit is contained in:
2025-07-13 11:02:00 +02:00
parent 9aa964bf05
commit c87733b37a

View File

@@ -4,7 +4,7 @@
<div class="card-header">
<div class="card-header-title">
<h2 class="title is-4">
<a href="{{ rescue_org.get_absolute_url }}">{{ rescue_org.name }}</a>
<a href="{{ rescue_org.get_absolute_url }}" target="_blank">{{ rescue_org.name }}</a>
</h2>
</div>
</div>