mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
[FIX] Residual compatibility update
Font Awesome icon updated to new version
This commit is contained in:
2
people/templates/people/relationship/detail.html
Normal file → Executable file
2
people/templates/people/relationship/detail.html
Normal file → Executable file
@@ -47,7 +47,7 @@
|
||||
<div class="col-md-2 text-center">
|
||||
{% if relationship.reverse %}
|
||||
<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>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user