mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Include title in news and event pages
This commit is contained in:
@ -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>
|
||||
|
@ -1,4 +1,5 @@
|
||||
{%extends "base/page.html"%}
|
||||
{%block title%}{{obj.title}}{%endblock%}
|
||||
{%block contents%}
|
||||
<h1>{{obj.title}}</h1>
|
||||
{%include "news/inc_newsitem.html"%}
|
||||
|
Reference in New Issue
Block a user