diff --git a/districts/templates/districts/base.html b/districts/templates/districts/base.html
index e4c3d437c255b320d5f70e6f330f6e0b3619565d..e2d2c8ec83625f111b98b7f87d0fa8b86cc55854 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 -->