Private
Public Access
1
0
Files
rowsandall/rowers/templates/403.html
2017-10-06 09:28:45 +02:00

18 lines
347 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
or chart that is not owned by you.
</p>
</div>
{% endblock %}