Clean up whitespace in primary Python / HTML files
[pgweb/local.git] / templates / news / item.html
blob6f7b7701a5ec04f46c143188fc3fc5f512798781
1 {%extends "base/page.html"%}
2 {%load markup%}
3 {%block title%}{{obj.title}}{%endblock%}
4 {%block contents%}
5 <h1>{{obj.title}}</h1>
6 <div class="newsdate">Posted on <b>{{obj.displaydate}}</b></div>
7 {{obj.content|markdown}}
8 {%if obj.is_migrated%}
9 <p><i>This post has been migrated from a previous version of the PostgreSQL
10 website. We apologise for any formatting issues caused by the migration.</i></p>
11 {%endif%}
12 {%endblock%}