pytask/templates/show_msg.html
author nishanth
Sat, 30 Jan 2010 13:10:11 +0530
changeset 13 4da58abdf6ff
parent 12 pytask/templates/error.html@c823b42970a4
child 14 f2623fb8041a
permissions -rw-r--r--
renamed templates/error.html to templates/show_msg.html and made changes accordingly in views/user.

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