diff -r b06f0fefbd20 -r bef53aaf9085 templates/base.html --- a/templates/base.html Mon Apr 12 13:53:57 2010 +0530 +++ b/templates/base.html Mon Apr 12 15:14:03 2010 +0530 @@ -4,19 +4,147 @@ {% block title %} Workshop App {% endblock %} - + + + -Home | -{% if user.is_authenticated %} - Welcome {{user.get_full_name}} | - My Profile | - Logout -{% else %} - Login | - Register -{% endif %} + +
+ +

+ +
{% block content %} {% endblock %} +