diff options
Diffstat (limited to 'templates/add-list.html')
-rw-r--r-- | templates/add-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/add-list.html b/templates/add-list.html index d4053bd..136899d 100644 --- a/templates/add-list.html +++ b/templates/add-list.html @@ -12,7 +12,7 @@ <a href="./"><TMPL_VAR NAME=domain></a> / </div> <div class="right column"> - Logged as <a href="<TMPL_VAR NAME=userURI>/?a=edit" + Logged as <a href="<TMPL_VAR NAME=userURL>/?a=edit" ><TMPL_VAR NAME=user_localpart>@<TMPL_VAR NAME=user_domainpart></a> | <a href="../?a=logout">Log out</a> </div> |