fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Django 1.8
[prawokultury.git]
/
prawokultury
/
templates
/
migdal
/
entry
/
publications
/
entry_detail.html
diff --git
a/prawokultury/templates/migdal/entry/publications/entry_detail.html
b/prawokultury/templates/migdal/entry/publications/entry_detail.html
index
7bb506e
..
5ddfbcb
100755
(executable)
--- a/
prawokultury/templates/migdal/entry/publications/entry_detail.html
+++ b/
prawokultury/templates/migdal/entry/publications/entry_detail.html
@@
-1,13
+1,14
@@
{% extends "base.html" %}
{% load comments i18n %}
{% load fnp_common migdal_tags fnp_share shop_tags %}
{% extends "base.html" %}
{% load comments i18n %}
{% load fnp_common migdal_tags fnp_share shop_tags %}
-{% load url from future %}
-{% block
"body"
%}
+{% block
body
%}
{% if not entry.published %}
<p class="warning">{% trans "This entry hasn't been published yet." %}</p>
{% if not entry.published %}
<p class="warning">{% trans "This entry hasn't been published yet." %}</p>
+{% else %}
+ <p>{% trans "Published at" %} {{ entry.first_published_at|date:"DATE_FORMAT" }}</p>
{% endif %}
<div class="entry entry-detail entry-{{ entry.type }}">
{% endif %}
<div class="entry entry-detail entry-{{ entry.type }}">