templates/about/notification.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 14 Jan 2011 00:57:39 +0530
changeset 235 e338eaeccad7
parent 186 c083ebb6f8d7
permissions -rw-r--r--
Added tag deprecated for changeset b4a3ec34c061

{% extends 'base.html' %}
{% block title %}
    PyTasks - About - Notification
{% endblock %}
{% block content %}
    Notification is a message generated by the system to inform you about any events.
{% endblock %}