templates/about/notification.html
author Nishanth Amuluru <nishanth@fossee.in>
Thu, 06 Jan 2011 00:17:53 +0530
changeset 222 eeef395a4e02
parent 186 c083ebb6f8d7
permissions -rw-r--r--
corrected a typo
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
186
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     1
{% extends 'base.html' %}
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     2
{% block title %}
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     3
    PyTasks - About - Notification
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     4
{% endblock %}
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     5
{% block content %}
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     6
    Notification is a message generated by the system to inform you about any events.
c083ebb6f8d7 finished the phase-2 successfully. added all the learnmore templates. hav to look for bugs if any.
nishanth
parents:
diff changeset
     7
{% endblock %}