Skip to content

Commit becd9b5

Browse files
committed
County and municipal elections are 13th April 2025
1 parent 097799a commit becd9b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

whyaretheflagsup.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ function why_are_the_flags_up(date) {
201201
reasons.push("county elections");
202202
} else if (dd === 9 && mm === JUNE && yyyy === 2024) {
203203
reasons.push("a European parliamentary election");
204+
} else if (dd === 13 && mm === APRIL && yyyy === 2025) {
205+
reasons.push("county and municipal elections");
204206
}
205207

206208
// One-offs

0 commit comments

Comments
 (0)