templates/404.html
author nishanth
Thu, 22 Jul 2010 19:50:36 +0530
branchanoop
changeset 161 c7c5c727a483
parent 37 f068d119c158
permissions -rw-r--r--
removed old template and copied send_sgd_cnf as send_wsp_cnf since both are same and fixed a bug in view

{% extends 'base.html' %}
{% block title %}
Page Not Found
{% endblock %}
{% block content %}
<h2>404 Error</h2>
Page not found.
{% endblock %}