[FIX] Residual compatibility update

Font Awesome icon updated to new version
This commit is contained in:
2023-01-05 17:56:39 +00:00
parent 15bbf2f7d1
commit 07c15281c0

2
people/templates/people/relationship/detail.html Normal file → Executable file
View File

@@ -47,7 +47,7 @@
<div class="col-md-2 text-center"> <div class="col-md-2 text-center">
{% if relationship.reverse %} {% if relationship.reverse %}
<a href="{% url 'people:relationship.detail' pk=relationship.reverse.pk %}"> <a href="{% url 'people:relationship.detail' pk=relationship.reverse.pk %}">
<span class="fas fa-exchange-alt fa-5x"></span> <span class="fa-solid fa-right-left fa-5x"></span>
</a> </a>
{% endif %} {% endif %}
</div> </div>