Skip to content
Snippets Groups Projects
Commit 169cd007 authored by Andrew W Petro's avatar Andrew W Petro
Browse files

fix: use root-relative feedback link

parent e89ee36b
No related branches found
No related tags found
1 merge request!25Add MYUW-002 and MYUW-003 error codes
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
+ Label the root 403 error page with error code MYUW-002. + Label the root 403 error page with error code MYUW-002.
+ Label the root 404 error page with error code MYUW-003. + Label the root 404 error page with error code MYUW-003.
+ Use root-relative link to feedback so that feedback remains in correct hostname
(so, in my.wisc.edu the feedback link will be to my.wisc.edu,
but in my.wisconsin.edu the feedback link will be to my.wisconsin.edu)
## 1.1.15 and earlier ## 1.1.15 and earlier
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<h2 class="mr-title">Sorry, the page you are looking for does not exist or you don't have access to it.</h2> <h2 class="mr-title">Sorry, the page you are looking for does not exist or you don't have access to it.</h2>
<p>Please go to the <a href='/'>MyUW home page</a>.</p> <p>Please go to the <a href='/'>MyUW home page</a>.</p>
<p class="apologize">We apologize for the inconvenience. If you feel as though this URL should exist, please drop <p class="apologize">We apologize for the inconvenience. If you feel as though this URL should exist, please drop
us a line on our <a href='https://my.wisc.edu/portal/p/feedback'>feedback form</a>. When offering feedback or contacting the Help Desk, please mention <strong>MyUW error code MYUW-003</strong>.</p> us a line on our <a href='/portal/p/feedback'>feedback form</a>. When offering feedback or contacting the Help Desk, please mention <strong>MyUW error code MYUW-003</strong>.</p>
<p>(Technical detail: HTTP status code 404 NOT FOUND presented by root servlet context.)</p> <p>(Technical detail: HTTP status code 404 NOT FOUND presented by root servlet context.)</p>
</div> </div>
<div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div> <div class="mdl-cell mdl-cell--2-col mdl-cell--1-col-phone"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment