Private
Public Access
1
0
Files
rowsandall/templates/403.html
2018-09-28 10:56:51 +02:00

21 lines
364 B
HTML

{% extends "newbase.html" %}
{% load staticfiles %}
{% 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_workouts.html' %}
{% endblock %}