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