803c8c7ff3
* start working on backoffice * add 403.html
10 lines
113 B
HTML
10 lines
113 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<p class="lead">
|
|
403 The forbidden fruit.
|
|
</p>
|
|
|
|
{% endblock %}
|