[Oi-commits] r204 - trunk/st
oi-commits at pardus.org.tr
oi-commits at pardus.org.tr
Tue Jun 12 14:45:49 EEST 2007
Author: erenturkay
Date: Tue Jun 12 14:45:49 2007
New Revision: 204
Modified:
trunk/st/views.py
Log:
her template'de user bilgilerine erişmek için gerekli bu
Modified: trunk/st/views.py
=================================================================
--- trunk/st/views.py (original)
+++ trunk/st/views.py Tue Jun 12 14:45:49 2007
@@ -120,4 +120,4 @@
paginator_dict = build_paginator_dict(User.objects.all(), int(page), USER_PER_PAGE)
response_dict = {'url_tip': '/user/page/'}
response_dict.update(paginator_dict)
- return render_to_response("user_list.html", response_dict)
\ No newline at end of file
+ return render_response(request, "user_list.html", response_dict)
More information about the Oi-commits
mailing list