Private
Public Access
1
0

moved error templates

This commit is contained in:
Sander Roosendaal
2017-04-22 14:45:07 +02:00
parent 864d230c95
commit 7ad8ffe0af
12 changed files with 451 additions and 2 deletions

17
templates/403.html Normal file
View File

@@ -0,0 +1,17 @@
{% 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 %}