From 00e77fa02e502aabca48cf371042eb8384b4cb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dami=C3=A0=20Mu=C3=B1oz=20Arasa?= Date: Thu, 18 Dec 2025 20:50:24 +0100 Subject: [PATCH 1/3] =?UTF-8?q?Changed=20=C2=BFEn=20qu=C3=A9=20ediciones?= =?UTF-8?q?=20de=20HackUPC=20has=20participado=20como=20voluntari@=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- applications/models/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/models/constants.py b/applications/models/constants.py index dded778cb..98db5efa6 100644 --- a/applications/models/constants.py +++ b/applications/models/constants.py @@ -92,7 +92,7 @@ ] HACK_NAME = getattr(hackathon_variables, 'HACKATHON_NAME', "HackAssistant") -EXTRA_NAME = [' 2016 Fall', ' 2016 Winter', ' 2017 Fall', ' 2017 Winter', ' 2018', ' 2019', ' 2021', ' 2022', ' 2023', ' 2024'] +EXTRA_NAME = ['2019 o anterior', ' 2021', ' 2022', ' 2023', ' 2024', ''] PREVIOUS_HACKS = [(i, HACK_NAME + EXTRA_NAME[i]) for i in range(0, len(EXTRA_NAME))] YEARS = [(int(size), size) for size in ('2024 2025 2026 2027 2028 2029 2030 2031'.split(' '))] From a57a5d7291ff9f2c61496055abeea3172d810117 Mon Sep 17 00:00:00 2001 From: Else Date: Sun, 28 Dec 2025 13:12:05 +0100 Subject: [PATCH 2/3] added 2025 (sorry se'm va colar) --- applications/models/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/models/constants.py b/applications/models/constants.py index 98db5efa6..6620b2bb8 100644 --- a/applications/models/constants.py +++ b/applications/models/constants.py @@ -92,7 +92,7 @@ ] HACK_NAME = getattr(hackathon_variables, 'HACKATHON_NAME', "HackAssistant") -EXTRA_NAME = ['2019 o anterior', ' 2021', ' 2022', ' 2023', ' 2024', ''] +EXTRA_NAME = ['2019 o anterior', ' 2021', ' 2022', ' 2023', ' 2024', '2025'] PREVIOUS_HACKS = [(i, HACK_NAME + EXTRA_NAME[i]) for i in range(0, len(EXTRA_NAME))] YEARS = [(int(size), size) for size in ('2024 2025 2026 2027 2028 2029 2030 2031'.split(' '))] From bc8b441dc6ff816bd8fb1029fa9f10815f35f16f Mon Sep 17 00:00:00 2001 From: Else Date: Sun, 28 Dec 2025 13:16:48 +0100 Subject: [PATCH 3/3] fixed --- applications/models/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/models/constants.py b/applications/models/constants.py index 958defcf0..a316ecab2 100644 --- a/applications/models/constants.py +++ b/applications/models/constants.py @@ -92,7 +92,7 @@ ] HACK_NAME = getattr(hackathon_variables, 'HACKATHON_NAME', "HackAssistant") -EXTRA_NAME = [' 2016 Fall', ' 2016 Winter', ' 2017 Fall', ' 2017 Winter', ' 2018', ' 2019', ' 2021', ' 2022', ' 2023', ' 2024', ' 2025'] +EXTRA_NAME = ['2019 o anterior', ' 2021', ' 2022', ' 2023', ' 2024', ' 2025'] PREVIOUS_HACKS = [(i, HACK_NAME + EXTRA_NAME[i]) for i in range(0, len(EXTRA_NAME))] YEARS = [(int(size), size) for size in ('2025 2026 2027 2028 2029 2030 2031 2032'.split(' '))]