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

10 lines
226 B
HTML
Raw Normal View History

2021-09-07 20:40:26 +02:00
{% extends "base.html" %}
{% load urls %}
{% block mainpage %}
<h1>{{ exception }}</h1>
<p>You might want to go back to the <a href="{% main_url %}{% url "campaignlist" %}">list of campaigns</a>.</p>
{% endblock %}