Skip to content

Commit 78de7da

Browse files
authored
Merge pull request #288 from hackupc/FIX/change-dates
FIX: changed dates
2 parents a3b7e74 + a3fa265 commit 78de7da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/hackathon_variables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Hackathon timezone
1111
TIME_ZONE = 'CET'
1212
# 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.'
1414
# Domain where application is deployed, can be set by env variable
1515
HACKATHON_DOMAIN = os.environ.get('DOMAIN', None)
1616
HEROKU_APP_NAME = os.environ.get('HEROKU_APP_NAME', None)

applications/forms/hacker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def clean_projects(self):
9595

9696
cvs_edition = forms.BooleanField(
9797
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.',
9999
)
100100

101101
def __init__(

0 commit comments

Comments
 (0)