Skip to content

Commit

Permalink
Merge pull request #288 from hackupc/FIX/change-dates
Browse files Browse the repository at this point in the history
FIX: changed dates
  • Loading branch information
gerardm27 committed Feb 10, 2024
2 parents a3b7e74 + a3fa265 commit 78de7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/hackathon_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Hackathon timezone
TIME_ZONE = 'CET'
# This description will be used on the html and sharing meta tags
HACKATHON_DESCRIPTION = 'Join us for BarcelonaTech\'s hackathon. 36h. May 12 - 14.'
HACKATHON_DESCRIPTION = 'Join us for BarcelonaTech\'s hackathon. 36h. May 3 - 5.'
# Domain where application is deployed, can be set by env variable
HACKATHON_DOMAIN = os.environ.get('DOMAIN', None)
HEROKU_APP_NAME = os.environ.get('HEROKU_APP_NAME', None)
Expand Down
2 changes: 1 addition & 1 deletion applications/forms/hacker.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def clean_projects(self):

cvs_edition = forms.BooleanField(
required=False,
label='I authorize "Hackers at UPC" to share my CV with HackUPC 2023 Sponsors.',
label='I authorize "Hackers at UPC" to share my CV with HackUPC 2024 Sponsors.',
)

def __init__(
Expand Down

0 comments on commit 78de7da

Please sign in to comment.