File size: 356 Bytes
8311f5b
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends "components/_base.html" %}

{% block page_content %}
<title> Bad Request </title>
<meta name="description" content="">

<!-- <h1>Sorry, your request not allowed</h1> -->
<section class="bg-dark text-white pt-4 pb-5">
    <div class="justify-content-center">
        <h1 class="text-primary">Bad Request</h1>
    </div>
</section>
{% endblock %}