summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/common-links.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/common-links.html.tmpl')
-rw-r--r--template/en/default/global/common-links.html.tmpl5
1 files changed, 2 insertions, 3 deletions
diff --git a/template/en/default/global/common-links.html.tmpl b/template/en/default/global/common-links.html.tmpl
index 8c536d1fe..56de98ce2 100644
--- a/template/en/default/global/common-links.html.tmpl
+++ b/template/en/default/global/common-links.html.tmpl
@@ -42,9 +42,8 @@
<li>
<span class="separator">| </span>
[% IF user.id %]
- [% email = user.login FILTER url_quote %]
- <a href="request.cgi?requester=[% email %]&amp;requestee=
- [% email %]&amp;do_union=1&amp;group=type">My Requests</a>
+ <a href="request.cgi?requester=[% user.login FILTER url_quote %]&amp;requestee=
+ [% user.login FILTER url_quote %]&amp;do_union=1&amp;group=type">My Requests</a>
[% ELSE %]
<a href="request.cgi">Requests</a>
[% END %]