stopped at empower fix (line 122 in urls.py)
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
{% extends "basenofilters.html" %}
|
||||
{% extends "newbase.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
|
||||
{% block title %}Change Workout {% endblock %}
|
||||
{% block title %}Error {% endblock %}
|
||||
|
||||
{% block content %}
|
||||
{% block main %}
|
||||
|
||||
<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.
|
||||
Access forbidden. You probably tried to access an object (workout, session,
|
||||
chart) that is not owned by you.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block sidebar %}
|
||||
{% include 'menu_workouts.html' %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user