File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 10
10
# Hackathon timezone
11
11
TIME_ZONE = 'CET'
12
12
# This description will be used on the html and sharing meta tags
13
- HACKATHON_DESCRIPTION = 'Join us for BarcelonaTech\' s hackathon. 36h. May 12 - 14 .'
13
+ HACKATHON_DESCRIPTION = 'Join us for BarcelonaTech\' s hackathon. 36h. May 3 - 5 .'
14
14
# Domain where application is deployed, can be set by env variable
15
15
HACKATHON_DOMAIN = os .environ .get ('DOMAIN' , None )
16
16
HEROKU_APP_NAME = os .environ .get ('HEROKU_APP_NAME' , None )
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ def clean_projects(self):
95
95
96
96
cvs_edition = forms .BooleanField (
97
97
required = False ,
98
- label = 'I authorize "Hackers at UPC" to share my CV with HackUPC 2023 Sponsors.' ,
98
+ label = 'I authorize "Hackers at UPC" to share my CV with HackUPC 2024 Sponsors.' ,
99
99
)
100
100
101
101
def __init__ (
You can’t perform that action at this time.
0 commit comments