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
435 B
14 lines
435 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 link you've clicked has expired.</p> |
|
<small class="text-secondary">410 - Gone</small> |
|
</div> |
|
</div> |
|
{% endblock content %} |
|
|
|
|