Yourfeedbackredirect
<html>
<head>
    <title>Automatic redirect to check user's own applications</title>
    <script type="text/javascript">
     function CheckRedirect(){
     if(document.referrer.match(/feedback-example\.wikidot\.com\/yourfeedbackredirect/)){
     if(document.referrer.match(RegExp("feedback-example\.wikidot\.com\/yourfeedbackredirect\/created_by\/" + window.location.hash.substring(1)))) { }else{window.parent.location = "http://feedback-example.wikidot.com/yourfeedbackredirect/created_by/" + window.location.hash.substring(1);}
     }else{
     document.body.innerHTML = "This module only works on the http://feedback-example.wikidot.com/yourfeedbackredirect page.<br /><br />It ensures the correct user is set to view their own applications.";
     }
     }
    </script>
    <style>
     html, body {
     padding: 0;
     margin: 0;
     text-align: center;
     font-family: sans-serif;
     }
    </style>
</head>
<body onload="CheckRedirect();">
</body>
</html>

It appears that you haven't given feedback yet OR you ust need to be patient so the page can reload

Εκτός αν ορίζεται διαφορετικά, το περιεχόμενο αυτής της σελίδας διανέμεται σύμφωνα με την άδεια Creative Commons Attribution-ShareAlike 3.0 License