mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 11:59:23 +00:00
WIP: Add custom 403 and 404, but break a bit the permissions! To be fixed
This commit is contained in:
8
core/templates/core/403.html
Normal file
8
core/templates/core/403.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h3>403, Forbidden</h3>
|
||||
|
||||
{% endblock %}
|
||||
|
9
core/templates/core/404.html
Normal file
9
core/templates/core/404.html
Normal file
@ -0,0 +1,9 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<h3>404, Not Found</h3>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user