Closed
Bug 688529
Opened 14 years ago
Closed 14 years ago
TemplateSyntaxError: Encountered unknown tag 'load
Categories
(Participation Infrastructure :: Phonebook, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: retornam, Unassigned)
References
()
Details
Traceback (most recent call last):
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/core/handlers/base.py", line 136, in get_response
response = response.render()
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/template/response.py", line 97, in render
self._set_content(self.rendered_content)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/template/response.py", line 73, in rendered_content
template = self.resolve_template(self.template_name)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/template/response.py", line 51, in resolve_template
return loader.get_template(template)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/template/loader.py", line 145, in get_template
template, origin = find_template(template_name)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/template/loader.py", line 134, in find_template
source, display_name = loader(name, dirs)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/template/loader.py", line 42, in __call__
return self.load_template(template_name, template_dirs)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/jingo/jingo/__init__.py", line 178, in load_template
template = env.get_template(template_name)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/jingo/jingo/__init__.py", line 29, in get_template
return super(Environment, self).get_template(name, parent, globals)
File "/usr/lib/python2.6/site-packages/jinja2/environment.py", line 716, in get_template
return self._load_template(name, self.make_globals(globals))
File "/usr/lib/python2.6/site-packages/jinja2/environment.py", line 690, in _load_template
template = self.loader.load(self, name, globals)
File "/usr/lib/python2.6/site-packages/jinja2/loaders.py", line 127, in load
code = environment.compile(source, name, filename)
File "/usr/lib/python2.6/site-packages/jinja2/environment.py", line 492, in compile
self.handle_exception(exc_info, source_hint=source)
File "/data/www/mozillians-dev.allizom.org/mozillians/vendor/src/django/django/contrib/admin/templates/admin/login.html", line 2, in template
{% load i18n %}
TemplateSyntaxError: Encountered unknown tag 'load
Comment 1•14 years ago
|
||
STR
Comment 2•14 years ago
|
||
I don't see this error anywhere. Also, what's with "admin" templates in the traceback?
If we could get steps to reproduce I'll take a look at it.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
Comment 3•14 years ago
|
||
The last time this was seen was on Monday. However, without STR, this is kinda hard. So, verifying worksforme.
Status: RESOLVED → VERIFIED
Updated•13 years ago
|
Component: mozillians.org → Phonebook
Product: Websites → Community Tools
QA Contact: mozillians-org → phonebook
Version: unspecified → other
You need to log in
before you can comment on or make changes to this bug.
Description
•