- Timestamp:
- 05/10/08 08:19:19 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/contrib/admin/views/decorators.py
r7153 r7521 30 30 return render_to_response('admin/login.html', { 31 31 'title': _('Log in'), 32 'app_path': mark_safe(request.path),32 'app_path': request.path, 33 33 'post_data': post_data, 34 34 'error_message': error_message
