Private
Public Access
1
0
Files
rowsandall/rowers/templates/403.html
2017-02-14 10:50:03 +01:00

18 lines
331 B
HTML

{% extends "bases.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Change Workout {% endblock %}
{% block content %}
<div class="grid_12">
<h1>Forbidden</h1>
<p>
Access forbidden. You probably tried to access functionality on a workout
or chart that is not owned by you.
</p>
</div>
{% endblock %}