# HG changeset patch # User Madhusudan.C.S # Date 1249579110 -19800 # Node ID dfc069c2d35d2637b5d2a5c27cb322006b3f9511 # Parent 393d0030945b954a1b689d77ce10b8c1103feaaa Added home.html diff -r 393d0030945b -r dfc069c2d35d app/templates/projrev/base.html --- a/app/templates/projrev/base.html Thu Aug 06 22:43:02 2009 +0530 +++ b/app/templates/projrev/base.html Thu Aug 06 22:48:30 2009 +0530 @@ -60,12 +60,7 @@
  • Welcome, new user. Please log in.
  • Login
  • {% endif %} - - - - - - - + {% endblock sidebar %}
    {% block content %} - {% comment %} To be filled in inherited templates {% endcomment %} + {% comment %} To be filled in inherited templates {% endcomment %} {% endblock content %}
    diff -r 393d0030945b -r dfc069c2d35d app/templates/projrev/home.html --- /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 %} +
    + + +

    Home Page

    + +
    +

    + National Mission on Education through ICT Home Page. + Funded projects: +

      +
    • Sakshath
    • +
    • Scilab
    • +
    • FOSSEE
    • +
    +

    +
    + +
    +{% endblock content %} \ No newline at end of file