Commit 97237e50 authored by Liang Ding's avatar Liang Ding

🎨 #12527

parent 5971e002
......@@ -21,7 +21,7 @@
<@commonPage "401 Unauthorized!">
<h2>401 Unauthorized!</h2>
<img class="img-error" src="${staticServePath}/images/403.png" alt="401" title="401 Unauthorized!" />
<img class="img-error" src="${staticServePath}/images/401.png" alt="401" title="401 Unauthorized!" />
<div class="a-error">
Please <a href="${loginURL}">Login</a> or return to <a href="${servePath}">Index</a>.
</div>
......
......@@ -23,6 +23,6 @@
<h2>403 Forbidden!</h2>
<img class="img-error" src="${staticServePath}/images/403.png" alt="403" title="403 Forbidden!" />
<div class="a-error">
Please <a href="${loginURL}">Login</a> or return to <a href="${servePath}">Index</a>.
Return to <a href="${servePath}">Index</a>.
</div>
</@commonPage>
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