Revision 9707ab4c cloudcmsblog/templates/cloudcmsblog/detail.html

b/cloudcmsblog/templates/cloudcmsblog/detail.html
2 2

  
3 3
{% fragment request "maincol" %}
4 4
<div class="article">
5
	<p class="date">{{ entry.published_on }}</p>
5
	<p class="date">{{ entry.published_on|date:"d M Y"|upper}}</p>
6 6
    <h2>{{ entry.title|upper }}</h2>
7 7
    
8 8
    {% if entry.image %}

Also available in: Unified diff