qmsk.pages: do not render implict page title
authorTero Marttila <terom@qmsk.net>
Mon, 10 Oct 2016 19:59:39 +0300
changeset 250 d7fd0cf62464
parent 249 7fc671c3aefd
child 251 f59ab9a1d760
qmsk.pages: do not render implict page title
qmsk/pages/templates/qmsk.pages/page.html
--- a/qmsk/pages/templates/qmsk.pages/page.html	Mon Oct 10 19:38:47 2016 +0300
+++ b/qmsk/pages/templates/qmsk.pages/page.html	Mon Oct 10 19:59:39 2016 +0300
@@ -43,8 +43,6 @@
 
 {% block content %}
     <div id="page">
-        <h1>{{ page_title }}</h1>
-    
         {{ page_html|safe }}
     </div>
 {% endblock %}