Hi. I'm getting a TypeError on my direct_to_template url:
direct_to_template() got multiple values for keyword argument 'template'
urls.py:
> from django.conf.urls.defaults import *
>
> urlpatterns = patterns('',
> (r'^$', 'redacted.redacted.views.sessionform'),
> (r'^success(.*)$',
> 'django.views.generic.simple.direct_to_template', {'template':
> 'success.html'}),
>
> )
>
--
Cortland Klein <[EMAIL PROTECTED]> +1 408 506 9791
http://pixelcort.com/
2260 California Street #13
Mountain View, CA, USA 94040
Alumni, Business Management <[EMAIL PROTECTED]>
San José State University
Alumni Technical Advisor, Entrepreneurial Society <[EMAIL PROTECTED]
>
http://e-society.org/
Q&A Techie, Silicon Valley Mac User Group
http://svmug.org/
Member, Silicon Valley Google Technology User Group
http://sv-gtug.org/
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---