Still getting error msg in the logs.
Traceback (most recent call last):
File "/home/ubuntu/appstore/venv/lib/python3.6/site-packages/django/template/base.py", line 843, in _resolve_lookup
current = current[int(bit)]
ValueError: invalid literal for int() with base 10: 'info_msg'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/ubuntu/appstore/venv/lib/python3.6/site-packages/django/template/base.py", line 850, in _resolve_lookup
(bit, current)) # missing attribute
django.template.base.VariableDoesNotExist: Failed lookup for key [info_msg] in [
{'True': True, 'False': False, 'None': None}
, {'csrf_token': <SimpleLazyObject: <function csrf.<locals>._get_val at 0x7fa948a20d90>>, 'request': <WSGIRequest: POST '/submit_app/confirm/8'>, 'user': <SimpleLazyObject: <User: cshetty>>, 'perms': <django.contrib.auth.context_processors.PermWrapper object at 0x7fa9489deef0>, 'messages': <django.contrib.messages.storage.fallback.FallbackStorage object at 0x7fa9489dee48>, 'DEFAULT_MESSAGE_LEVELS':
{'DEBUG': 10, 'INFO': 20, 'SUCCESS': 25, 'WARNING': 30, 'ERROR': 40}
, 'backends': <LazyDict: <function backends.<locals>.<lambda> at 0x7fa949ac3400>>, 'REDIRECT_FIELD_NAME': 'next', 'REDIRECT_FIELD_VALUE': None, 'REDIRECT_QUERYSTRING': ''}, {},
{'app_name': 'Show Splice Support'}
,
{'block': <Block Node: error_pop. Contents: [<TextNode: '\n '>, <django.template.loader_tags.IncludeNode object at 0x7fa9489e20f0>, <TextNode: '\n '>]>}
, {},
{'block': <Block Node: error_pop. Contents: [<TextNode: '\n<div class="col-md-12" i'>, <IfNode>, <TextNode: '\n '>, <IfNode>, <TextNode: '\n</div>\n'>]>}
]
Pull Request:
Change Log:
P.S. This can be used as a reference if we plan on removing these variables later in the project
C.C. [~aloraine]