Closed Bug 637984 Opened 13 years ago Closed 13 years ago

[traceback] TypeError: not enough arguments for format string

Categories

(support.mozilla.org :: Localization, task)

task
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: stephend, Unassigned)

References

()

Details

http://support.allizom.org/pl/army-of-awesome yields:

Traceback (most recent call last):

  File "/data/www/support.allizom.org/kitsune/vendor/src/django/django/core/handlers/base.py", line 100, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "/data/www/support.allizom.org/kitsune/vendor/src/django/django/views/decorators/http.py", line 37, in inner
    return func(request, *args, **kwargs)

  File "/data/www/support.allizom.org/kitsune/apps/twitter/__init__.py", line 39, in wrapper
    return view_func(request, *args, **kwargs)

  File "/data/www/support.allizom.org/kitsune/apps/customercare/views.py", line 157, in landing
    'filters': FILTERS,

  File "/data/www/support.allizom.org/kitsune/vendor/src/jingo/jingo/__init__.py", line 78, in render
    rendered = render_to_string(request, template, context)

  File "/data/www/support.allizom.org/kitsune/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/www/support.allizom.org/kitsune/apps/customercare/templates/customercare/landing.html", line 5, in top-level template code
    {% set hide_plugin_check = True %}

  File "/data/www/support.allizom.org/kitsune/apps/customercare/templates/customercare/base.html", line 4, in top-level template code
    {% set scripts = ('customercare', 'libs/jqueryui') %}

  File "/data/www/support.allizom.org/kitsune/templates/base.html", line 77, in top-level template code
    {% block content %}{% endblock %}

  File "/data/www/support.allizom.org/kitsune/apps/customercare/templates/customercare/landing.html", line 75, in block "content"
    {% include 'customercare/reply_modal.html' %}

  File "/data/www/support.allizom.org/kitsune/apps/customercare/templates/customercare/reply_modal.html", line 21, in top-level template code
    {% trans signpost_help_url='https://wiki.mozilla.org/Army_of_Awesome/Signposts', contact_email='atopal@mozilla.com'|public_email %}

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

TypeError: not enough arguments for format string
Flags: in-testsuite?
Severity: normal → major
Summary: TypeError: not enough arguments for format string → [traceback] TypeError: not enough arguments for format string
Component: Army of Awesome → Localization
QA Contact: community-care → localization
r83867
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified FIXED on staging.
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.