templates/error.html
author nishanth
Thu, 04 Feb 2010 22:30:30 +0530
changeset 19 c52f7cde9861
permissions -rw-r--r--
added events/task.py and templates/error.html.

{% extends 'base.html' %}
{% block content %}
    {% if error_msg %}
    {{error_msg}}<br />
    <a href="/">click here</a> to return to Homepage
    {% endif %}
{% endblock %}