diff --git a/bookwyrm/templates/user/user.html b/bookwyrm/templates/user/user.html index a97d26ab8..8002a2548 100644 --- a/bookwyrm/templates/user/user.html +++ b/bookwyrm/templates/user/user.html @@ -53,11 +53,6 @@

{% now 'Y' %} Reading Goal

{% include 'snippets/goal_progress.html' with goal=goal %} -{% elif user == request.user %} -
- {% now 'Y' as year %} -

{% blocktrans %}Set a reading goal for {{ year }}{% endblocktrans %}

-
{% endif %}