Commit dcc31bcc authored by Liang Ding's avatar Liang Ding

/register.html -> /register

parent ccf69fa6
......@@ -84,7 +84,7 @@
<a href="${logoutURL}" title="${logoutLabel}">${logoutLabel}</a>
<#else>
<a href="${loginURL}" title="${loginLabel}">${loginLabel}</a>
<a href="/register.html" title="{registerLabel}">{registerLabel}</a>
<a href="/register" title="{registerLabel}">{registerLabel}</a>
</#if>
<#if isMobileRequest>
<a href="javascript:void(0)" onclick="Util.switchMobile('mobile');" title="${mobileLabel}">${mobileLabel}</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment