Private
Public Access
1
0
Files
rowsandall/rowers/templates/403.html
2018-02-10 09:44:09 +01:00

19 lines
367 B
HTML

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