Skip to content

Commit

Permalink
Merge pull request #136 from communitiesuk/UpdateHtmlTemplate
Browse files Browse the repository at this point in the history
Update html template
  • Loading branch information
Jandums authored Oct 31, 2023
2 parents 2b35af7 + afca469 commit 78888de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gov_uk_dashboards/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
<html lang="en" class="govuk-template">
<head>
{%metas%}
<title>{%title%} - DLUHC Data Dashboards</title>
<title>{%title%}</title>
{%favicon%} {%css%}
<meta
name="viewport"
content="width=device-width, initial-scale=1, viewport-fit=cover"
/>
</head>
<body class="govuk-template__body">
<div class="visually-hidden" id="readTitle" role="status"></div>
{%app_entry%}
{%config%}
{%scripts%}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
author="Department for Levelling Up, Housing and Communities",
description="Provides access to functionality common to creating a data dashboard.",
name="gov_uk_dashboards",
version="9.17.0",
version="9.18.0",
long_description=long_description,
long_description_content_type="text/markdown",
packages=find_packages(),
Expand Down

0 comments on commit 78888de

Please sign in to comment.