From d4eab587e0832c9411f967dcb280761f9dacc87b Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 26 Sep 2013 11:33:21 +0200 Subject: [PATCH] FIX: Dashboard- Modify now redirects correctly to MyAccount --- portal/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/templates/dashboard.html b/portal/templates/dashboard.html index cb9264bf..c80da1af 100644 --- a/portal/templates/dashboard.html +++ b/portal/templates/dashboard.html @@ -20,7 +20,7 @@ {% if person.last_name %}
  • {{person.first_name}} {{person.last_name}}
  • {% endif %}
  • Email: {{person.email}}
  • - + -- 2.43.0