keycloak-uncached

Merge pull request #1697 from stianst/master KEYCLOAK-1859

10/9/2015 8:45:44 AM

Details

diff --git a/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/notfound.html b/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/notfound.html
index 20286c4..67b11e0 100755
--- a/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/notfound.html
+++ b/forms/common-themes/src/main/resources/theme/base/admin/resources/partials/notfound.html
@@ -2,6 +2,6 @@
     <div class="error-container">
         <h2>Resource <strong>not found</strong>...</h2>
         <p class="instruction">We could not find the resource you are looking for. Please make sure the URL you entered is correct.</p>
-        <a href="#" class="link-right">Go to the home page &raquo;</a>
+        <a href="#/" class="link-right">Go to the home page &raquo;</a>
     </div>
 </div>
\ No newline at end of file