Skip to content

Commit

Permalink
ui-404-258 # adjusted link url
Browse files Browse the repository at this point in the history
  • Loading branch information
kildre committed Feb 23, 2024
1 parent 7de1901 commit 4db94d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhub_apps/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<div class="center-content-text v-center">
<h1 class="m-b-0">404 : PAGE NOT FOUND</h1>
<h2>Sorry, the page you are looking for does not exist.</h2>
<a href="/" role="link">Back to Home</a>
<a href="{{base_url}}" role="link">Back to Home</a>
</div>

{% endblock %}

0 comments on commit 4db94d7

Please sign in to comment.