From 62115f5c43611167a5ff85eb1b45a033c380411d Mon Sep 17 00:00:00 2001 From: Tobbi Date: Thu, 17 May 2012 00:09:22 +0200 Subject: [PATCH] [Bug 730031] Profile link goes to the edit page instead of Profile homepage --- apps/questions/templates/questions/includes/answer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/questions/templates/questions/includes/answer.html b/apps/questions/templates/questions/includes/answer.html index 8ca131bbc27..bdd55c252b0 100644 --- a/apps/questions/templates/questions/includes/answer.html +++ b/apps/questions/templates/questions/includes/answer.html @@ -2,7 +2,7 @@ {% from "karma/includes/karma_macros.html" import titles %}
- {{ answer.creator }} + {{ answer.creator }} {% if waffle.switch('karma') and waffle.flag('karma') %} {{ titles(answer.creator) }} {% endif %}