From e571ac0c9aa682d35c7461f8b0da5cca63b6b8b4 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Mon, 18 Feb 2013 09:39:09 -0500 Subject: [PATCH] Use Gravatar mm --- templates/homepage.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/homepage.html b/templates/homepage.html index a53791c..0619c11 100644 --- a/templates/homepage.html +++ b/templates/homepage.html @@ -44,8 +44,7 @@
{% for coder in coders %} - {{ coder.username }} + {{ coder.username }} {% endfor %}