Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit b5a9c0a2 authored by Deepak Khatri's avatar Deepak Khatri :dog:
Browse files

Fix 404.html

parent b6057eb6
Branches
Tags
No related merge requests found
...@@ -4,11 +4,12 @@ ...@@ -4,11 +4,12 @@
{% block title %}{{ title }}{% endblock %} {% block title %}{{ title }}{% endblock %}
{% block content %} {% block docs_body %}
<div class="document"> <div class="document">
<h1>{{ title }}</h1> <h1>{{ title }}</h1>
<p>Oops! The page you're looking for does not exist.</p> <p>Oops! The page you're looking for does not exist.</p>
<p>You can return to the <a href="{{ pathto(master_doc) }}">home page</a>.</p> <p>You can return to the <a href="{{ pathto(master_doc) }}">home page</a>.</p>
<p>If you believe this is a broken link, please <a data-bs-toggle="modal" data-bs-target="#feedbackModal" href="#" onclick="getFeedbackButtonhref(this)">let us know</a>.</p> <p>If you believe this is a broken link, please <a data-bs-toggle="modal" data-bs-target="#feedbackModal" href="#" onclick="getFeedbackButtonhref(this)">let us know</a>.</p>
</div> </div>
{{ super() }}
{% endblock %} {% endblock %}
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