diff -r ff5f34e42aec -r e1895d2ede97 templates/index.html --- a/templates/index.html Thu Apr 15 15:51:16 2010 +0530 +++ b/templates/index.html Thu Apr 15 16:01:03 2010 +0530 @@ -7,6 +7,16 @@ {% else %} Welcome {{user.get_full_name}}
{% endif %} + + {% if user.is_active and registered_events %} + Workshops you have registered for: + + {% endif %} + {% if user.is_staff %} Create an event
{% endif %}