NAMD / pypln.web

Web interface for PyPLN
http://pypln.org/
GNU General Public License v3.0
12 stars 8 forks source link

Avoid TemplateDoesNotExist in django-registration views #98

Closed flavioamieiro closed 10 years ago

flavioamieiro commented 11 years ago

Some django registration views try to use templates that we don't provide ("registration/login.html" is an example). This results in a TemplateDoesNotExist error. We must either create the templates or change the redirection urls so these are never used.