From 8d9bfa0c8d24cf139193a1ce0668646a4665a777 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Thu, 1 Mar 2018 17:23:22 -0500 Subject: [PATCH] Fix broken profile template --- get_together/templates/get_together/users/show_profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get_together/templates/get_together/users/show_profile.html b/get_together/templates/get_together/users/show_profile.html index 1d525ba..0dd9381 100644 --- a/get_together/templates/get_together/users/show_profile.html +++ b/get_together/templates/get_together/users/show_profile.html @@ -7,7 +7,7 @@
-
{{user.user}}
+
{{user.user}}

Full name: {{user.realname}}