Sentry: TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to regi...

Created on 25 Jan 2018  路  3Comments  路  Source: getsentry/sentry

https://sentry.io/sentry-test/sentry-internal-test/issues/439835444/

KeyError: 'trans'
  File "django/template/base.py", line 475, in parse
    compile_func = self.tags[command]

TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag?
(19 additional frame(s) were not displayed)
...
  File "django/template/base.py", line 483, in parse
    raise self.error(token, e)
  File "django/template/base.py", line 481, in parse
    compiled_result = compile_func(self, token)
  File "django/template/defaulttags.py", line 956, in do_if
    nodelist = parser.parse(('elif', 'else', 'endif'))
  File "django/template/base.py", line 477, in parse
    self.invalid_block_tag(token, command, parse_until)
  File "django/template/base.py", line 533, in invalid_block_tag
    get_text_list(["'%s'" % p for p in parse_until], 'or'),

Stacktrace (most recent call last):

TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag? admin/login.html

File "login.html", line 55

          <div class="m-y text-center">
            {% url 'admin_password_reset' as password_reset_url %}
            {% if password_reset_url %}
            <a href="{{ password_reset_url }}" class="_600">{% trans 'Forgotten your password?' %}</a>
            {% endif %}
          </div>
          <div class="text-center">

TemplateSyntaxError: Invalid block tag on line 55: 'trans', expected 'elif', 'else' or 'endif'. Did you forget to register or load this tag?

Most helpful comment

EC馃挵

All 3 comments

馃惁

EC馃挵

gj

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jiankunking picture jiankunking  路  3Comments

benvinegar picture benvinegar  路  4Comments

codekitchen picture codekitchen  路  3Comments

nickolaskraus-wf picture nickolaskraus-wf  路  3Comments

dkarlovi picture dkarlovi  路  4Comments