19 lines
367 B
HTML
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 %}
|