use <h1> page_title in template
authorTero Marttila <terom@paivola.fi>
Sun, 14 Sep 2014 04:42:01 +0300
changeset 216 e89e3f3a60db
parent 215 d72e797a8977
child 217 26df557482d8
use <h1> page_title in template
qmsk_www_pages/templates/pages/page.html
--- a/qmsk_www_pages/templates/pages/page.html	Sun Sep 14 04:41:46 2014 +0300
+++ b/qmsk_www_pages/templates/pages/page.html	Sun Sep 14 04:42:01 2014 +0300
@@ -37,7 +37,7 @@
                 {% endfor %}
             </div>
             <div class="col-sm-8" id="content">
-                <!-- <h1>{{ page_title }}</h1> -->
+                <h1>{{ page_title }}</h1>
 
                 {{ page_html|safe }}
             </div>