diff --git a/bulletin.py b/bulletin.py
index b847ed6..1223db5 100644
--- a/bulletin.py
+++ b/bulletin.py
@@ -40,10 +40,10 @@ def nl2br(s):
template_short = env.get_template('cells_short.html')
variables = {
"title": "Fyysikkokillan viikkotiedote",
- "header": week+"/2022\n"+"Kilta tiedottaa\nGuild News",
+ "header": week+"/2023\n"+"Kilta tiedottaa\nGuild News",
"category_events": pairs,
"category_events_en": pairs_en,
- "communications_officer": "Jaakko Johansson",
+ "communications_officer": "Iris Kause",
"telegram_nick": "viestintavastaava",
"email": "viestintavastaava@fyysikkokilta.fi",
"week": week
diff --git a/templates/bulletin.html b/templates/bulletin.html
index 373bbce..26d9eec 100644
--- a/templates/bulletin.html
+++ b/templates/bulletin.html
@@ -23,7 +23,7 @@
{% block toc %}{% endblock %}
{% block content %}{% endblock %}
- Meemi tähän asti lukeneille
+ Viikon töherrys
|
@@ -40,15 +40,16 @@
{% block toc_en %}{% endblock %}
{% block content_en %}{% endblock %}
- Bonus meme for the people who read this far
+ Doodle of the week
Viestintävastaava / Communications Officer
{{ communications_officer }}
- @{{ telegram_nick }}
- {{ email }}
+ @{{ telegram_nick }}
+ {{ email }}
+ Would you like these weekly mails only in English? Send an email to english+subscribe@fyysikkokilta.fi (and reply to the confirmation email you get afterwards) to get them! And to unsubscribe from this mailing list, send an email to tieto+unsubscribe@fyysikkokilta.fi.
|
diff --git a/templates/bulletin_en.html b/templates/bulletin_en.html
index 281dba3..5710a6b 100644
--- a/templates/bulletin_en.html
+++ b/templates/bulletin_en.html
@@ -25,17 +25,18 @@
{% block toc_en %}{% endblock %}
{% block content_en %}{% endblock %}
- Meme of the week
+ Doodle of the week
-
- Viestintävastaava / Communications Officer
- {{ communications_officer }}
- @{{ telegram_nick }}
- {{ email }}
-
+
+ Viestintävastaava / Communications Officer
+ {{ communications_officer }}
+ @{{ telegram_nick }}
+ {{ email }}
+ To unsubscribe from this mailing list, send an email to english+unsubscribe@fyysikkokilta.fi
+
|