X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e01dee1eda68946acf73e43f2c54b3c730514a21..43116c58e5c56f94ef358a5a17fb13a252e02531:/apps/catalogue/templates/catalogue/book_detail.html diff --git a/apps/catalogue/templates/catalogue/book_detail.html b/apps/catalogue/templates/catalogue/book_detail.html index bfd4ef5c..7f339bc1 100755 --- a/apps/catalogue/templates/catalogue/book_detail.html +++ b/apps/catalogue/templates/catalogue/book_detail.html @@ -16,9 +16,10 @@ {% if editable %}{% endif %} - {% if editable %} -

{% trans "Append to other book" %}

+

{% trans "Edit gallery" %}

+ +

{% trans "Append to other book" %}

{% endif %} @@ -41,6 +42,13 @@

{% trans "Publication" %}

+
+ +{% if book.dc_cover_image %} + {{ book.dc_cover_image }} +{% endif %} +
+

{% trans "Last published" %}: {% if book.last_published %} {{ book.last_published }} @@ -51,11 +59,11 @@ {% if publishable %}

- {% trans "Full XML" %}
- {% trans "HTML version" %}
- {% trans "TXT version" %}
- {% trans "PDF version" %}
- {% trans "EPUB version" %}
+ {% trans "Full XML" %}
+ {% trans "HTML version" %}
+ {% trans "TXT version" %}
+ {% trans "PDF version" %}
+ {% trans "EPUB version" %}

{% if user.is_authenticated %} @@ -65,20 +73,21 @@ mira66 (http://www.flickr.com/photos/21804434@N02/) / CC BY 2.0 (http://creativecommons.org/licenses/by/2.0/) --> -
{% csrf_token %} + {% csrf_token %}
{% else %} - {% trans "Log in to publish." %} + {% trans "Log in to publish." %} {% endif %} {% else %}

{% trans "This book can't be published yet, because:" %}

{% endif %} +