Did you write your own view for that purpose ?! In that view you could use render_to_response and pass you own template to that.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/VcsTSOx1iSoJ.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
XSLT Developer
LexisNexis
Marxergasse 25, 1030 Wien
patric...@lexisnexis.at
Tel.: 00431 534521573
Fax: +43 (1) 534 52 - 146
Where is the default login.html template?
It's true. Check the order of your TEMPLATE_DIRS in settings.py. If you
don't have them specified and are relying on the automatic detection of
a 'templates' dir in your app folders then check the order of your
INSTALLED_APPS.
If you're having an issue it's probably a good idea to explicitly
populate TEMPLATE_DIRS.
Hopefully this will help:
https://docs.djangoproject.com/en/1.3/ref/templates/api/#the-template-dirs-setting
To be clear, when you say registration/login, you mean templates/registration/login, correct?
Your 'registration' directory should be in a 'templates' dir.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/K5yKllF_gPcJ.