Private
Public Access
1
0
Files
rowsandall/templates/403.html
2019-02-21 17:51:51 +01:00

21 lines
361 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_other.html' %}
{% endblock %}