fixed a typo
authornishanth
Fri, 16 Apr 2010 17:52:01 +0530
changeset 88 24423b3db4b2
parent 87 5c0e1c1d39aa
child 89 9ab7fca05f38
fixed a typo
templates/list_attendees.html
--- a/templates/list_attendees.html	Fri Apr 16 17:51:05 2010 +0530
+++ b/templates/list_attendees.html	Fri Apr 16 17:52:01 2010 +0530
@@ -23,7 +23,7 @@
 					{% endifequal %}
 				{% endifequal %}
 			</td>
-			<td>{{a_user.affiliated_to</td>
+			<td>{{a_user.affiliated_to}}</td>
 			<td>{{a_user.get_profile.interests}}</td>
 		</tr>
 	{% endfor %}