From 974de9e4c238ddd323e24e118f1ba59384027e2b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Fri, 30 Apr 2021 11:47:28 -0700 Subject: [PATCH] Removes set goal link from user page It's already in the tabs --- bookwyrm/templates/user/user.html | 5 ----- 1 file changed, 5 deletions(-) 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 %}