{% extends "adminlte/demo/base.html" %} {% load static %} {% block title %}AdminLTE 3 | 404 Page not found{% endblock title %} {% block main_sidebar_logo %} AdminLTE Logo AdminLTE 3 {% endblock main_sidebar_logo %} {% block content_header_title %}404 Error Page{% endblock content_header_title %} {% block content_header_path %} {% endblock content_header_path %} {% block content %}

404

Oops! Page not found.

We could not find the page you were looking for. Meanwhile, you may return to dashboard or try using the search form.

{% endblock content %} {% block footer %}
Version 3.0.5
Copyright © 2014-2019 AdminLTE.io. All rights reserved. {% endblock footer %} {% block js_xtra %} {% endblock js_xtra %}