Private
Public Access
1
0
Files
rowsandall/rowers/templates/403.html
Sander Roosendaal eae2b8ac4b extended templates
2017-04-22 12:32:13 +02:00

18 lines
339 B
HTML

{% extends "basenofilters.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 %}