git://git.onelab.eu
/
unfold.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3aa0fb9
)
FIX: Dashboard- Modify now redirects correctly to MyAccount
author
Yasin
<mohammed-yasin.rahman@lip6.fr>
Thu, 26 Sep 2013 09:33:21 +0000
(11:33 +0200)
committer
Yasin
<mohammed-yasin.rahman@lip6.fr>
Thu, 26 Sep 2013 09:33:21 +0000
(11:33 +0200)
portal/templates/dashboard.html
patch
|
blob
|
history
diff --git
a/portal/templates/dashboard.html
b/portal/templates/dashboard.html
index
cb9264b
..
c80da1a
100644
(file)
--- a/
portal/templates/dashboard.html
+++ b/
portal/templates/dashboard.html
@@
-20,7
+20,7
@@
{% if person.last_name %} <li><span id='username'>{{person.first_name}} {{person.last_name}}</span></li> {% endif %}
<li><b>Email: </b><a href='mailto:#'>{{person.email}}</a></li>
</ul>
- <button id="account" onclick="location.href='
{{URL}}/portal/account
'" class="btn btn-default">Modify</button>
+ <button id="account" onclick="location.href='
/portal/account/
'" class="btn btn-default">Modify</button>
</div>
</div>