Merge pull request #1538 from bookwyrm-social/author-page

Author page validation
This commit is contained in:
Mouse Reeve
2021-10-15 15:02:22 -07:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@ -12,7 +12,9 @@
<div>
<p>{% trans "Added:" %} {{ author.created_date | naturaltime }}</p>
<p>{% trans "Updated:" %} {{ author.updated_date | naturaltime }}</p>
{% if author.last_edited_by %}
<p>{% trans "Last edited by:" %} <a href="{{ author.last_edited_by.remote_id }}">{{ author.last_edited_by.display_name }}</a></p>
{% endif %}
</div>
</header>