X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/e8813ee4389a5e22df46d1973409d70a8e6706be..ce728e78bb55eb75753f40dc5cd0997a53e7dd27:/migdal/templates/migdal/entry/entry_begin.html diff --git a/migdal/templates/migdal/entry/entry_begin.html b/migdal/templates/migdal/entry/entry_begin.html index 1c47e89..b694564 100755 --- a/migdal/templates/migdal/entry/entry_begin.html +++ b/migdal/templates/migdal/entry/entry_begin.html @@ -1,8 +1,12 @@ {% load i18n %} {% load gravatar thumbnail %} - -

{{ object.title }}

+ +{% if detail %} +

{{ object.title }}

+{% else %} +

{{ object.title }}

+{% endif %}
{{ object.date }}
@@ -22,6 +26,7 @@
{% for category in object.categories.all %} + {% if forloop.counter != 1 %}/{% endif %} {{ category }} {% endfor %}