SoPR / horas

Una plataforma para facilitar la mentoría.
1hora.org
MIT License
32 stars 17 forks source link

Remove persona included template #87

Closed jpadilla closed 7 years ago

jpadilla commented 7 years ago

Fixes this error after removing persona provider.

Exception raised while rendering {% include %} for template 'home.html'. Empty string rendered instead.
Traceback (most recent call last):
  File "/Users/jpadilla/.pyenv/versions/horas/lib/python2.7/site-packages/django/template/loader_tags.py", line 201, in render
    template = context.template.engine.get_template(template_name)
  File "/Users/jpadilla/.pyenv/versions/horas/lib/python2.7/site-packages/django/template/engine.py", line 160, in get_template
    template, origin = self.find_template(template_name)
  File "/Users/jpadilla/.pyenv/versions/horas/lib/python2.7/site-packages/django/template/engine.py", line 146, in find_template
    raise TemplateDoesNotExist(name, tried=tried)
TemplateDoesNotExist: persona/auth.html