Skip to content

Commit

Permalink
'published' instead of 'date' in news item template
Browse files Browse the repository at this point in the history
  • Loading branch information
superdmp committed Jan 14, 2012
1 parent 8695bb9 commit 8f5e2f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion news_and_events/templates/news_and_events/newsarticle.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{% if image %}<div><img src="{{ image.url }}" /></div>{% endif %}
{% endblock image %}
<dl>
<dt>Date</dt>
<dt>Published</dt>
<dd>{% date newsarticle.date %}</dd>
{% if newsarticle.enquiries.all %}
<dt>General enquiries</dt>
Expand Down

0 comments on commit 8f5e2f8

Please sign in to comment.