yourcelf / django-registration-defaults

Default implementations of the 15 templates required to do full login, logout, registration and password retrieval when using django-registration.
277 stars 77 forks source link

REGISTRATION_TEMPLATE_DIR not needed #4

Closed cburgmer closed 13 years ago

cburgmer commented 13 years ago

I believe REGISTRATION_TEMPLATE_DIR to be some old remnant. At least a grep through both django-registration and django-registration-defaults does not give any matches. You should consider cleaning that up.

natflow commented 12 years ago

This "old remnant" is referenced in the current docs (README.rst).