# HG changeset patch
# User nishanth
# Date 1277808149 -19800
# Node ID ee9261c5ba1877d825d7707dcb7b7f30fec12e7e
# Parent f9466abf5ca24752a68c339aa03628e1eb5053a6
the list_attendees page looks better now
diff -r f9466abf5ca2 -r ee9261c5ba18 templates/list_attendees.html
--- a/templates/list_attendees.html Mon Apr 26 17:57:44 2010 +0530
+++ b/templates/list_attendees.html Tue Jun 29 16:12:29 2010 +0530
@@ -1,8 +1,9 @@
{% extends "base.html" %}
{% block content %}
List of people registered for {{event.title}}
-
S.No | Name | Gender | Profession | @@ -11,6 +12,7 @@
{{forloop.counter}} | {{a_user.get_full_name}} | {% ifequal a_user.get_profile.gender "M" %}Male{% else %}Female{%endifequal%} | {% ifequal a_user.get_profile.profession "S" %} |