Skip to content

Commit 12f7601

Browse files
committed
Update Companies page title and description
1 parent fc24992 commit 12f7601

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

civictechprojects/helpers/context_preload.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ def about_group_preload(context, request):
5555
return context
5656

5757

58-
def corporate_event_preload(context, request):
58+
def companies_preload(context, request):
5959
context = default_preload(context, request)
60-
context['title'] = 'DemocracyLab | Corporate Hackathons'
61-
context['description'] = 'Host a hackathon with DemocracyLab!'
60+
context['title'] = 'DemocracyLab | Corporate Engagement'
61+
context['description'] = 'Do well by doing good! Engage employees at custom events to build culture and spark innovation. Differentiate your brand by sponsoring our public hackathons.'
6262
return context
6363

6464

@@ -118,7 +118,7 @@ def default_preload(context, request):
118118
{'section': FrontEndSection.MyEvents.value, 'handler': my_events_preload},
119119
{'section': FrontEndSection.Donate.value, 'handler': donate_preload},
120120
{'section': FrontEndSection.AboutGroup.value, 'handler': about_group_preload},
121-
{'section': FrontEndSection.Companies.value, 'handler': corporate_event_preload}
121+
{'section': FrontEndSection.Companies.value, 'handler': companies_preload}
122122
]
123123

124124

0 commit comments

Comments
 (0)