diff --git a/bookwyrm/templates/goal.html b/bookwyrm/templates/goal.html
index 134f419f..b285eec4 100644
--- a/bookwyrm/templates/goal.html
+++ b/bookwyrm/templates/goal.html
@@ -17,9 +17,9 @@
{% block panel %}
- {% if user == request.user %}
+ {% now 'Y' as current_year %}
+ {% if user == request.user and year == current_year %}
- {% now 'Y' as year %}