templates/show_msg.html
author nishanth
Sun, 28 Feb 2010 14:44:10 +0530
changeset 143 796ff9e279a8
parent 111 c272d4c601cd
child 173 b8e7a4e86b35
permissions -rw-r--r--
now if a user accepts to be a mentor, all his pending reqs will be made invalid.

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