From e48ac844bd93b0e4aed6c11aed28e11a7a275fd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Fri, 3 Jul 2020 10:59:53 +0200 Subject: [PATCH] districts: fix title --- districts/templates/districts/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/districts/templates/districts/base.html b/districts/templates/districts/base.html index e4c3d437..e2d2c8ec 100644 --- a/districts/templates/districts/base.html +++ b/districts/templates/districts/base.html @@ -52,7 +52,7 @@ <div class="brand-wrapper"> <img src="{% static "donate/img/logo_napis_white.svg" %}" alt="Logo Pirátské strany"> - <h1 class="lead ml-5 mt-3" style="color: #FFFFFF; font-size: 3rem;">{{ page.title }}</h1> + <h1 class="lead ml-5 mt-3" style="color: #FFFFFF; font-size: 3rem;">{{ page.seo_title }}</h1> </div> </div><!-- /container --> -- GitLab