stopped at empower fix (line 122 in urls.py)
This commit is contained in:
@@ -1,18 +1,27 @@
|
||||
{% extends "newbase.html" %}
|
||||
{% load staticfiles %}
|
||||
|
||||
{% block title %}Change Workout {% endblock %}
|
||||
{% block title %}Error {% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>Error 500 Internal Server Error</h1>
|
||||
<p>
|
||||
The site reported an internal server error. The site developer has been
|
||||
notified automatically with a full error report. You can help the developer
|
||||
by reporting an issue on Bitbucket using the button below.
|
||||
</p>
|
||||
|
||||
<a class="red small" href="https://bitbucket.org/sanderroosendaal/rowsandall/issues/new">Report an issue</a>
|
||||
<ul class="main-content">
|
||||
<li class="grid_2">
|
||||
<p>
|
||||
The site reported an internal server error. The site developer has been
|
||||
notified automatically with a full error report. You can help the developer
|
||||
by reporting an issue on Bitbucket using the button below.
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<a class="red button"
|
||||
href="https://bitbucket.org/sanderroosendaal/rowsandall/issues/new">
|
||||
Report an issue
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user