Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed the hero text on homepage. #491

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion caps/templates/caps/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}

<div class="p-3 p-md-4 p-lg-5 mb-gutter rounded homepage-hero">
<h1>Tracking the UK’s journey towards carbon zero</h1>
<h1>CAPE: Informing local action on climate change</h1>
<p>What’s happening in your area?</p>
{% include 'caps/includes/location-search-form.html' %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion caps/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_context_data(self, **kwargs):
plan_size = file_size(plan_file)
context["plan_zip_size"] = plan_size

context["page_title"] = "Tracking the UK’s journey towards carbon zero"
context["page_title"] = "CAPE: Informing local action on climate change"

return context

Expand Down