app/templates/projrev/home.html
changeset 11 dfc069c2d35d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/app/templates/projrev/home.html	Thu Aug 06 22:48:30 2009 +0530
@@ -0,0 +1,21 @@
+{% extends "projrev/base.html" %}
+{% block content %}
+<div class="post">
+			
+	<a name="TemplateInfo"></a>	
+	<h1>Home Page</h1>
+
+  <form method="post" action="">			
+		<p>
+      National Mission on Education through ICT Home Page.
+      Funded projects:
+      <ul>
+        <li>Sakshath</li>
+        <li>Scilab</li>
+        <li>FOSSEE</li>
+      </ul>
+		</p>		
+	</form>
+				
+</div>
+{% endblock content %}
\ No newline at end of file