{% for link in club.links.all() %}
-
+ {{ link.name }}
diff --git a/club/templates/club/edit_club.jinja b/club/templates/club/edit_club.jinja
index d1d6aa2c..a8f4093e 100644
--- a/club/templates/club/edit_club.jinja
+++ b/club/templates/club/edit_club.jinja
@@ -27,7 +27,10 @@
{# we change the icon when the user change it and leave the input,
or when it is pasted from the clipboard #}
{{ form.url|add_attr("x-model.change=url,@paste.prevent=url = $event.clipboardData.getData('text')") }}
-
+
{{ form.name.as_field_group() }}
diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po
index a393b87e..b51392ca 100644
--- a/locale/fr/LC_MESSAGES/django.po
+++ b/locale/fr/LC_MESSAGES/django.po
@@ -643,6 +643,10 @@ msgstr "Comptoirs : "
msgid "Edit %(name)s"
msgstr "Éditer %(name)s"
+#: club/templates/club/edit_club.jinja
+msgid "This icon will change according to the given url."
+msgstr "Cette icône changera en fonction de l'url fournie"
+
#: club/templates/club/edit_club.jinja
msgid "Remove link"
msgstr "Retirer le lien"
@@ -680,8 +684,8 @@ msgid ""
"Note: if the icon of one of your links doesn't exist yet, you can ask the "
"info team to add it."
msgstr ""
-"Note : si l'icône d'un de vos liens n'existe pas encore, vous pouvez demander "
-"au pôle info de l'ajouter."
+"Note : si l'icône d'un de vos liens n'existe pas encore, vous pouvez "
+"demander au pôle info de l'ajouter."
#: club/templates/club/edit_club.jinja
msgid "Add link"