apply review comments

This commit is contained in:
imperosol
2026-05-16 23:21:48 +02:00
parent 23dc7702c4
commit c83ab7c2c1
4 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -74,7 +74,7 @@
<br>
<div class="row gap-2x">
{% for link in club.links.all() %}
<a href="{{ link.url }}">
<a href="{{ link.url }}" rel="noopener external" target="_blank">
<i class="{{ link.link_type.icon }} fa-xl"></i>
<strong>{{ link.name }}</strong>
</a>