feat: Add link to rescue org
This commit is contained in:
parent
efabebfdbf
commit
5520590145
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user