Closed Bug 625301 Opened 13 years ago Closed 13 years ago

[traceback] ValueError: unsupported format character '$' (0x24) at index 615

Categories

(addons.mozilla.org Graveyard :: Public Pages, defect)

defect
Not set
critical

Tracking

(Not tracked)

VERIFIED FIXED
5.12.6

People

(Reporter: stephend, Assigned: clouserw)

References

()

Details

(Guessing this is an l10n thing?)

https://addons.allizom.org/sq/firefox/users/register yields:

Traceback (most recent call last):

  File "/data/amo_python/www/next/zamboni/vendor/src/django/django/core/handlers/base.py", line 109, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/data/amo_python/www/next/zamboni/apps/users/views.py", line 382, in register
    return jingo.render(request, 'users/register.html', {'form': form, })

  File "/data/amo_python/www/next/zamboni/vendor/src/jingo/jingo/__init__.py", line 78, in render
    rendered = render_to_string(request, template, context)

  File "/data/amo_python/www/next/zamboni/vendor/src/jingo/jingo/__init__.py", line 96, in render_to_string
    return template.render(**get_context())

  File "/usr/lib/python2.6/site-packages/jinja2/environment.py", line 891, in render
    return self.environment.handle_exception(exc_info, True)

  File "/data/amo_python/www/next/zamboni/apps/users/templates/users/register.html", line 2, in top-level template code
    {% from 'includes/forms.html' import required %}

  File "/data/amo_python/www/next/zamboni/templates/base.html", line 92, in top-level template code
    {% block main_content %}

  File "/data/amo_python/www/next/zamboni/templates/base.html", line 97, in block "main_content"
    {% block content %}{% endblock %}

  File "/data/amo_python/www/next/zamboni/apps/users/templates/users/register.html", line 75, in block "content"
    {% trans legal="http://www.mozilla.com/about/legal.html",

  File "/usr/lib/python2.6/site-packages/markupsafe/__init__.py", line 98, in __mod__
    return self.__class__(unicode.__mod__(self, arg))

ValueError: unsupported format character '$' (0x24) at index 615
yep, r80719
Assignee: nobody → clouserw
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.