1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-20 16:53:44 +02:00
RPGnotes/templates/403.html

10 lines
195 B
HTML
Raw Normal View History

2021-09-07 20:40:26 +02:00
{% extends "base.html" %}
{% load urls %}
{% block mainpage %}
2021-09-07 20:42:31 +02:00
<h1>Permission Denied</h1>
<p>You might want to go back to the <a href="{% main_url %}">homepage</a>.</p>
2021-09-07 20:40:26 +02:00
{% endblock %}