Move dashboard into stackalytics

Installing a global module called dashboard is bad form as it
pollutes the global namespace.

Change-Id: I4b7ff8a4bbcb34a24f751d874c5f1894e75ae10c
Closes-Bug: #1320133
This commit is contained in:
Monty Taylor
2014-06-08 11:42:43 -07:00
committed by Ilya Shakhat
parent a77502ea10
commit 246df32c07
97 changed files with 27 additions and 26 deletions

View File

@@ -0,0 +1,12 @@
{% block head %}
<meta http-equiv="refresh" content="5; url=/">
{% endblock %}
{% block body %}
<h2>404 Not Found</h2>
<div>The requested page is not found. The page will be automatically redirected to <a href="/">Main</a>
</div>
{% endblock %}