Closed
Bug 681010
Opened 14 years ago
Closed 14 years ago
TemplateSyntaxError: expected token 'end of print statement', got '(
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
1.0
People
(Reporter: retornam, Unassigned)
References
()
Details
(Whiteboard: c=discussions p=0 u=visitor)
Traceback (most recent call last):
File "/data/www/django/developer-stage9.mozilla.org/kuma/vendor/src/django/django/core/handlers/base.py", line 100, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/www/django/developer-stage9.mozilla.org/kuma/apps/landing/views.py", line 61, in learn
return jingo.render(request, 'landing/learn.html')
File "/data/www/django/developer-stage9.mozilla.org/kuma/vendor/src/jingo/jingo/__init__.py", line 78, in render
rendered = render_to_string(request, template, context)
File "/data/www/django/developer-stage9.mozilla.org/kuma/vendor/src/jingo/jingo/__init__.py", line 94, in render_to_string
template = env.get_template(template)
File "/data/www/django/developer-stage9.mozilla.org/kuma/vendor/src/jingo/jingo/__init__.py", line 28, 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/django/developer-stage9.mozilla.org/kuma/apps/landing/templates/landing/learn.html", line 55, in template
<p>These resources are created by forward-thinking companies and web developers who have embraced open standards and best practices for web development. If you think we've omitted a great resource, please tell us about it in the <a href="{{ url('discussions') }}">Open Web Forum</a>. We want to share these resources with our international community, so we prefer ones that provide or allow translations, through an open content license such as <a href="http://creativecommons.org" rel="external">Creative Commons</a>.</p>
TemplateSyntaxError: expected token 'end of print statement', got '('
Updated•14 years ago
|
Whiteboard: c=discussions p=1 u=visitor
Target Milestone: --- → 1.0
Updated•14 years ago
|
Whiteboard: c=discussions p=1 u=visitor → c=discussions p=0 u=visitor
Updated•14 years ago
|
Assignee: nobody → mozbugs.retornam
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: qawanted
Resolution: --- → FIXED
| Reporter | ||
Comment 1•14 years ago
|
||
qa-verified
https://developer-stage9.mozilla.org/en-US/learn/javascript
https://developer-stage9.mozilla.org/en-US/learn/css
https://developer-stage9.mozilla.org/en-US/learn/html
https://developer-stage9.mozilla.org/en-US/learn
Keywords: qawanted
| Reporter | ||
Comment 2•14 years ago
|
||
verified fixed
https://developer.mozilla.org/en-US/learn/javascript
https://developer.mozilla.org/en-US/learn/css
https://developer.mozilla.org/en-US/learn/html
https://developer.mozilla.org/en-US/learn
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Website → Landing pages
| Reporter | ||
Updated•12 years ago
|
Assignee: mozbugs.retornam → nobody
Updated•6 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•