Private
Public Access
1
0
Files
rowsandall/templates/403.html
Sander Roosendaal 196548fdcc staticfiles to static
2021-04-14 10:00:14 +02:00

21 lines
356 B
HTML

{% extends "newbase.html" %}
{% load static %}
{% load rowerfilters %}
{% block title %}Error {% endblock %}
{% block main %}
<h1>Forbidden</h1>
<p>
Access forbidden. You probably tried to access an object (workout, session,
chart) that is not owned by you.
</p>
{% endblock %}
{% block sidebar %}
{% include 'menu_other.html' %}
{% endblock %}