diff --git a/app/views/users/_profile.html.haml b/app/views/users/_profile.html.haml
index 0a70b73807..a073e5048e 100644
--- a/app/views/users/_profile.html.haml
+++ b/app/views/users/_profile.html.haml
@@ -21,6 +21,10 @@
%li
%span.light Website:
%strong= link_to user.short_website_url, user.full_website_url
+ - unless user.location.blank?
+ %li
+ %span.light Location:
+ %strong= user.location
- unless user.bio.blank?
%li
%span.light Bio: