18 lines
339 B
HTML
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 %}
|