templates/about/notification.html
author nishanth
Thu, 04 Mar 2010 19:08:47 +0530
changeset 205 0c317f68df49
parent 186 c083ebb6f8d7
permissions -rw-r--r--
ditchaxed the claims model.
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 %}