DEBUG 2020-12-18 00:05:52,214 19 django.template Exception while resolving variable 'display_fixed' in template 'hyperkitty/ajax/temp_message.html'. Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/django/template/base.py", line 828, in _resolve_lookup current = current[bit] KeyError: 'display_fixed' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/django/template/base.py", line 836, in _resolve_lookup current = getattr(current, bit) AttributeError: 'dict' object has no attribute 'display_fixed' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/django/template/base.py", line 842, in _resolve_lookup current = current[int(bit)] ValueError: invalid literal for int() with base 10: 'display_fixed' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/django/template/base.py", line 847, in _resolve_lookup raise VariableDoesNotExist("Failed lookup for key " django.template.base.VariableDoesNotExist: Failed lookup for key [display_fixed] in {'sender_name': 'Carlo Landmeter', 'sender_address': 'clandmeter@alpinelinux.org', 'content': 'hi', 'level': 1}