You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
456 B
14 lines
456 B
{% extends "ordr:templates/layout.jinja2" %} |
|
|
|
{% block title %} Ordr | Error {% endblock title %} |
|
|
|
{% block content %} |
|
<div class="row justify-content-md-center mt-3"> |
|
<div class="col-8"> |
|
<h1 class="mt-3">An Error has occured</h1> |
|
<p class="mt-4">The page you are looking for could not be found</p> |
|
<small class="text-secondary">404 - Page not found</small> |
|
</div> |
|
</div> |
|
{% endblock content %} |
|
|
|
|