1
0
Fork 0
mirror of https://github.com/Findus23/RPGnotes.git synced 2024-09-19 15:43:45 +02:00
RPGnotes/templates/403.html
2021-09-07 20:42:31 +02:00

9 lines
195 B
HTML

{% extends "base.html" %}
{% load urls %}
{% block mainpage %}
<h1>Permission Denied</h1>
<p>You might want to go back to the <a href="{% main_url %}">homepage</a>.</p>
{% endblock %}