diff --git a/bookwyrm/templates/author.html b/bookwyrm/templates/author.html index 4235b266..a875ad78 100644 --- a/bookwyrm/templates/author.html +++ b/bookwyrm/templates/author.html @@ -9,7 +9,7 @@ {% if request.user.is_authenticated and perms.bookwyrm.edit_book %}
Added: {{ author.created_date | naturaltime }}
Updated: {{ author.updated_date | naturaltime }}
Last edited by: {{ author.last_edited_by.display_name }}
Added: {{ book.created_date | naturaltime }}
Updated: {{ book.updated_date | naturaltime }}
Last edited by: {{ book.last_edited_by.display_name }}