diff --git a/roomlist/accounts/templates/search/search.html b/roomlist/accounts/templates/search/search.html
index f70e7487f56fdf2acae6607b228e705e557e6361..1cc807aa7a146f64e1d092139f9ee08c09ac5aee 100644
--- a/roomlist/accounts/templates/search/search.html
+++ b/roomlist/accounts/templates/search/search.html
@@ -54,9 +54,10 @@ SRCT Roomlist • Search Students
{% include 'double_major.html' %}
{% endwith %}
+ {% load accounts_extras %}
{% if result.object.graduating_year %}
- {{ result.object.graduating_year }}
+ {{ result.object.graduating_year|bc }}
{% else %}
—
{% endif %}
diff --git a/roomlist/templates/landing.html b/roomlist/templates/landing.html
index 8465500f5421e93dd3ac8f896e154f2bc99eb7ef..3169840653009a0076663d59b0e3b961cb91a93d 100644
--- a/roomlist/templates/landing.html
+++ b/roomlist/templates/landing.html
@@ -77,7 +77,7 @@ Back
{% endif %}
{% endcache %}
-
+{% load accounts_extras %}
{% cache 120 landing_majors request.user.username %}
{% if not me.major.all %}
Set your major, and we'll show you some of the other students in your program.
@@ -90,6 +90,7 @@ Back
+ {{ student.graduating_year|bc }}
{% if forloop.counter|divisibleby:4 %}
|