Skip to content
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