diff --git a/ram/portal/templates/bookshelf/book.html b/ram/portal/templates/bookshelf/book.html index 0acecef..778fcd4 100644 --- a/ram/portal/templates/bookshelf/book.html +++ b/ram/portal/templates/bookshelf/book.html @@ -9,6 +9,9 @@ {% endfor %}
{% endif %} + {% if not book.published %} + Unpublished | + {% endif %} Updated {{ book.updated_time | date:"M d, Y H:i" }} {% endblock %} {% block carousel %} @@ -60,11 +63,6 @@