diff --git a/com/static/bundled/com/components/ics-calendar-index.ts b/com/static/bundled/com/components/ics-calendar-index.ts
index e3baddc6..11a15a32 100644
--- a/com/static/bundled/com/components/ics-calendar-index.ts
+++ b/com/static/bundled/com/components/ics-calendar-index.ts
@@ -77,17 +77,14 @@ export class IcsCalendar extends inheritHtmlElement("div") {
const makePopupTitle = (event: EventImpl) => {
const row = document.createElement("div");
- const title = document.createElement("h4");
- const time = document.createElement("span");
-
- title.setAttribute("class", "event-details-row-content");
- title.textContent = event.title;
-
- time.setAttribute("class", "event-details-row-content");
- time.textContent = `${this.formatDate(event.start)} - ${this.formatDate(event.end)}`;
-
- row.appendChild(title);
- row.appendChild(time);
+ row.innerHTML = `
+
+ ${event.title}
+
+
+ ${this.formatDate(event.start)} - ${this.formatDate(event.end)}
+
+ `;
return makePopupInfo(
row,
"fa-solid fa-calendar-days fa-xl event-detail-row-icon",
diff --git a/com/templates/com/news_list.jinja b/com/templates/com/news_list.jinja
index 8f20ce19..34371298 100644
--- a/com/templates/com/news_list.jinja
+++ b/com/templates/com/news_list.jinja
@@ -123,7 +123,10 @@
-
- {% trans %}Discord{% endtrans %}
+ {% trans %}Discord AE{% endtrans %}
+ {% if user.was_subscribed %}
+ - {% trans %}Dev Team{% endtrans %}
+ {% endif %}
-
@@ -164,6 +167,3 @@
{% endblock %}
-
-
-
diff --git a/core/static/core/colors.scss b/core/static/core/colors.scss
index e10eb905..9ed493ba 100644
--- a/core/static/core/colors.scss
+++ b/core/static/core/colors.scss
@@ -26,6 +26,7 @@ $faceblue: hsl(221, 44%, 41%);
$twitblue: hsl(206, 82%, 63%);
$discordblurple: #7289da;
$instagradient: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
+$githubblack: rgb(22, 22, 20);
$shadow-color: rgb(223, 223, 223);
diff --git a/core/static/core/style.scss b/core/static/core/style.scss
index 2f3af9f7..913733d6 100644
--- a/core/static/core/style.scss
+++ b/core/static/core/style.scss
@@ -822,6 +822,10 @@ footer {
margin-top: 3px;
color: rgba(0, 0, 0, 0.3);
}
+
+ .fa-github {
+ color: $githubblack;
+ }
}
diff --git a/core/templates/core/base.jinja b/core/templates/core/base.jinja
index d089ec9f..17b9befa 100644
--- a/core/templates/core/base.jinja
+++ b/core/templates/core/base.jinja
@@ -108,7 +108,8 @@
{% trans %}Help & Documentation{% endtrans %}
{% trans %}R&D{% endtrans %}
-
+
+
{% trans %}Site created by the IT Department of the AE{% endtrans %}
{% endblock %}
diff --git a/locale/fr/LC_MESSAGES/django.po b/locale/fr/LC_MESSAGES/django.po
index f83f033e..fc24a41d 100644
--- a/locale/fr/LC_MESSAGES/django.po
+++ b/locale/fr/LC_MESSAGES/django.po
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2025-01-05 15:28+0100\n"
+"POT-Creation-Date: 2025-01-05 16:39+0100\n"
"PO-Revision-Date: 2016-07-18\n"
"Last-Translator: Maréchal \n"
@@ -1588,8 +1588,12 @@ msgid "Social media"
msgstr "Réseaux sociaux"
#: com/templates/com/news_list.jinja
-msgid "Discord"
-msgstr "Discord"
+msgid "Discord AE"
+msgstr "Discord AE"
+
+#: com/templates/com/news_list.jinja
+msgid "Dev Team"
+msgstr "Pôle Informatique"
#: com/templates/com/news_list.jinja
msgid "Facebook"
@@ -2049,8 +2053,9 @@ msgid ""
"When the ban should be removed. Currently, there is no automatic removal, so "
"this is purely indicative. Automatic ban removal may be implemented later on."
msgstr ""
-"Quand le ban devrait être retiré. Actuellement, il n'y a pas de retrait automatique, "
-"donc ceci est purement indicatif. Le retrait automatique pourra être implémenté plus tard."
+"Quand le ban devrait être retiré. Actuellement, il n'y a pas de retrait "
+"automatique, donc ceci est purement indicatif. Le retrait automatique pourra "
+"être implémenté plus tard."
#: core/models.py pedagogy/models.py
msgid "reason"
@@ -3426,8 +3431,8 @@ msgid ""
"Describe the product. If it's an event's click, give some insights about it, "
"like the date (including the year)."
msgstr ""
-"Décrivez le produit. Si c'est un click pour un évènement, donnez quelques détails "
-"dessus, comme la date (en incluant l'année)."
+"Décrivez le produit. Si c'est un click pour un évènement, donnez quelques "
+"détails dessus, comme la date (en incluant l'année)."
#: counter/management/commands/dump_accounts.py
msgid "Your AE account has been emptied"