Include title in news and event pages

This commit is contained in:
Magnus Hagander
2011-06-15 19:52:31 +02:00
parent ac612423f5
commit c53d9b30a0
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
{%extends "base/page.html"%}
{%load markup%}
{%block title%}{{obj.title}}{%endblock%}
{%block contents%}
<h1>{{obj.title}}</h1>
<div class="eventdate">Posted on <b>{{obj.displaydate|safe}}</b></div>

View File

@ -1,4 +1,5 @@
{%extends "base/page.html"%}
{%block title%}{{obj.title}}{%endblock%}
{%block contents%}
<h1>{{obj.title}}</h1>
{%include "news/inc_newsitem.html"%}