pytask/templates/error.html
author nishanth
Sat, 30 Jan 2010 13:04:58 +0530
changeset 12 c823b42970a4
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 %}