pytask/templates/about/notification.html
branchbuildout
changeset 227 3c8f3b0e5b00
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pytask/templates/about/notification.html	Thu Jan 06 19:07:04 2011 +0530
@@ -0,0 +1,7 @@
+{% 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 %}