Files
stackalytics/stackalytics/dashboard/templates/404.html
Monty Taylor 246df32c07 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
2014-06-17 16:26:08 +04:00

13 lines
265 B
HTML

{% 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 %}