feat: Add link to rescue org

This commit is contained in:
moanos [he/him] 2024-11-14 19:29:41 +01:00
parent efabebfdbf
commit 5520590145

View File

@ -50,7 +50,7 @@
{% endif %} {% endif %}
</td> </td>
{% if adoption_notice.organization %} {% if adoption_notice.organization %}
<td>{% translate "Organisation" %}</td> <td><a href="{{adoption_notice.organization.get_absolute_url }}">{{ adoption_notice.organization }}</a></td>
{% endif %} {% endif %}
<td>{{ adoption_notice.searching_since }}</td> <td>{{ adoption_notice.searching_since }}</td>