TemplateSyntaxError at /fr/thermalimage/order/

'sekizai_tags' is not a registered tag library. Must be one of:
accounts_tags
admin_list
admin_modify
admin_shortcuts_tags
admin_urls
cache
comments
comparison_tags
django_template_additions
easy_thumbnails_tags
filename
filer_admin_tags
filer_image_tags
filer_tags
i18n
jsonify
l10n
log
mptt_admin
mptt_tags
pagination_tags
patched_highlight
post_office
rosetta
standard_form
static
threadedcomments_tags
thumbnail
trans_tags
trans_url
tz
Request Method: GET
Request URL: https://mynewenergy.ch/fr/thermalimage/order/
Django Version: 4.0.5
Exception Type: TemplateSyntaxError
Exception Value:
'sekizai_tags' is not a registered tag library. Must be one of:
accounts_tags
admin_list
admin_modify
admin_shortcuts_tags
admin_urls
cache
comments
comparison_tags
django_template_additions
easy_thumbnails_tags
filename
filer_admin_tags
filer_image_tags
filer_tags
i18n
jsonify
l10n
log
mptt_admin
mptt_tags
pagination_tags
patched_highlight
post_office
rosetta
standard_form
static
threadedcomments_tags
thumbnail
trans_tags
trans_url
tz
Exception Location: /usr/local/lib/python3.10/site-packages/django/template/defaulttags.py, line 1029, in find_library
Python Executable: /usr/local/bin/python
Python Version: 3.10.13
Python Path:
['/code',
 '/usr/local/bin',
 '/usr/local/lib/python310.zip',
 '/usr/local/lib/python3.10',
 '/usr/local/lib/python3.10/lib-dynload',
 '/usr/local/lib/python3.10/site-packages']
Server time: Fri, 29 Mar 2024 12:22:38 +0000

Error during template rendering

In template /code/templates/thermalimage/order.html, error at line 2

'sekizai_tags' is not a registered tag library. Must be one of: accounts_tags admin_list admin_modify admin_shortcuts_tags admin_urls cache comments comparison_tags django_template_additions easy_thumbnails_tags filename filer_admin_tags filer_image_tags filer_tags i18n jsonify l10n log mptt_admin mptt_tags pagination_tags patched_highlight post_office rosetta standard_form static threadedcomments_tags thumbnail trans_tags trans_url tz

1 {% extends base_template %}
2 {% load i18n static thumbnail sekizai_tags comparison_tags %}
3 {% get_current_language as LANGUAGE_CODE %}
4
5
6 {% block content %}
7 <img class="illustration" src="{% static "img/thermalimage/header.jpg" %}" alt="">
8
9 <div id="thermalimage-order" class="order_form">
10 <h2>{% trans "Wärmebildaufnahmen des eigenen Hauses für nur 150 CHF" %}</h2>
11 <div>{% trans "Ich beauftrage Sie hiermit zur Lieferung des Infrarotbilder-Pakets mit Infobroschüre zum Aktionspreis von CHF 150.-- inkl. MWST für folgendes Haus:" %}</div>
12 <form method="post" action="{{ request.path }}" novalidate>{% csrf_token %}

Traceback Switch to copy-and-paste view



Request information

USER

AnonymousUser

GET

No GET data

POST

No POST data

FILES

No FILES data

No cookie data

META

Variable Value
HTTP_ACCEPT
'*/*'
HTTP_CONNECTION
'close'
HTTP_HOST
'mynewenergy.ch,mynewenergy.ch'
HTTP_USER_AGENT
'claudebot'
HTTP_X_FORWARDED_FOR
'23.22.236.90'
HTTP_X_FORWARDED_HOST
'mynewenergy.ch'
HTTP_X_FORWARDED_PORT
'443'
HTTP_X_FORWARDED_PROTO
'https'
HTTP_X_REAL_IP
'23.22.236.90'
PATH_INFO
'/fr/thermalimage/order/'
QUERY_STRING
''
RAW_URI
'/fr/thermalimage/order/'
REMOTE_ADDR
'172.18.0.8'
REMOTE_PORT
'43532'
REQUEST_METHOD
'GET'
SCRIPT_NAME
''
SERVER_NAME
'0.0.0.0'
SERVER_PORT
'8000'
SERVER_PROTOCOL
'HTTP/1.0'
SERVER_SOFTWARE
'gunicorn/20.1.0'
gunicorn.socket
<socket.socket fd=11, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('172.18.0.7', 8000), raddr=('172.18.0.8', 43532)>
wsgi.errors
<gunicorn.http.wsgi.WSGIErrorsWrapper object at 0x7f1dd6fa8cd0>
wsgi.file_wrapper
<class 'gunicorn.http.wsgi.FileWrapper'>
wsgi.input
<gunicorn.http.body.Body object at 0x7f1dd6fa8d60>
wsgi.input_terminated
True
wsgi.multiprocess
True
wsgi.multithread
True
wsgi.run_once
False
wsgi.url_scheme
'http'
wsgi.version
(1, 0)

Settings

Using settings module core.settings

Setting Value
ABSOLUTE_URL_OVERRIDES
{}
ADMINS
(('Christina Marchand', 'christina.marchand@gmail.com'),
 ('Bohdan Marchenko', 'bogdan.marko@gmail.com'))
ADMIN_SHORTCUTS
[{'shortcuts': [{'open_new_window': True, 'url': '/'},
                {'title': 'Fichiers',
                 'url_name': 'admin:filer_folder_changelist'},
                {'title': 'Utilisateurs',
                 'url': '/admin/aldryn_accounts/userproxy/',
                 'url_name': 'admin:auth_user_changelist'},
                {'title': 'GeoData', 'url_name': ['admin:app_list', 'geodata']},
                {'title': 'myNewEnergy',
                 'url_name': ['admin:app_list', 'myne']},
                {'title': 'Produits',
                 'url_name': ['admin:app_list', 'products']},
                {'title': 'CRM', 'url_name': ['admin:app_list', 'crm']}]},
 {'shortcuts': [{'class': 'user',
                 'count': 'core.count_functions.count_contacts',
                 'count_new': 'core.count_functions.count_new_contacts',
                 'title': 'Contacts',
                 'url_name': 'admin:crm_contact_changelist'},
                {'count': 'core.count_functions.count_products',
                 'title': 'Produits',
                 'url_name': 'admin:products_product_changelist'},
                {'count': 'core.count_functions.count_productversions',
                 'count_new': 'core.count_functions.count_new_productversions',
                 'title': 'Version du produit',
                 'url_name': 'admin:products_productversion_changelist'},
                {'count': 'core.count_functions.count_providers',
                 'title': 'Fournisseur',
                 'url_name': 'admin:products_provider_changelist'},
                {'count': 'core.count_functions.count_orders',
                 'title': 'Affichage',
                 'url_name': 'admin:products_order_changelist'},
                {'count': 'core.count_functions.count_events',
                 'title': 'événement',
                 'url_name': 'admin:eventlog_event_changelist'}],
  'title': 'myNewEnergy'}]
ALDRYN_ACCOUNTS_AUTOCONFIGURE
True
ALDRYN_ACCOUNTS_EMAIL_CONFIRMATION_EMAIL
True
ALDRYN_ACCOUNTS_EMAIL_CONFIRMATION_EXPIRE_DAYS
3
ALDRYN_ACCOUNTS_EMAIL_CONFIRMATION_REQUIRED
True
ALDRYN_ACCOUNTS_ENABLE_NOTIFICATIONS
True
ALDRYN_ACCOUNTS_LOGIN_REDIRECT_URL
'/'
ALDRYN_ACCOUNTS_NOTIFY_PASSWORD_CHANGE
'********************'
ALDRYN_ACCOUNTS_OPEN_SIGNUP
True
ALDRYN_ACCOUNTS_PASSWORD_CHANGE_REDIRECT_URL
'********************'
ALDRYN_ACCOUNTS_PROFILE_IMAGE_UPLOAD_TO
'profile-data'
ALDRYN_ACCOUNTS_SIGNUP_REDIRECT_URL
'accounts_profile'
ALDRYN_ACCOUNTS_SUPPORT_EMAIL
'kontakt@myNewEnergy.ch'
ALDRYN_ACCOUNTS_USER_DISPLAY_FALLBACK_TO_PK
False
ALDRYN_ACCOUNTS_USER_DISPLAY_FALLBACK_TO_USERNAME
False
ALDRYN_ACCOUNTS_USE_PROFILE_APPHOOKS
False
ALLOWED_HOSTS
['*']
APPEND_SLASH
True
AUTHENTICATION_BACKENDS
['django.contrib.auth.backends.ModelBackend',
 'aldryn_accounts.auth_backends.PermissionBackend',
 'aldryn_accounts.auth_backends.EmailBackend']
AUTH_PASSWORD_VALIDATORS
'********************'
AUTH_USER_MODEL
'auth.User'
BASE_DIR
PosixPath('/code')
CACHES
{'default': {'BACKEND': 'django.core.cache.backends.locmem.LocMemCache'}}
CACHE_MIDDLEWARE_ALIAS
'default'
CACHE_MIDDLEWARE_KEY_PREFIX
'********************'
CACHE_MIDDLEWARE_SECONDS
600
CKEDITOR_BASEPATH
'/static/ckeditor/ckeditor/'
CKEDITOR_FILENAME_GENERATOR
'utils.get_filename'
CKEDITOR_UPLOAD_PATH
'uploads/'
COMMENTS_APP
'threadedcomments'
COMPARIS_ENVIRONMENT
'dev'
CSRF_COOKIE_AGE
31449600
CSRF_COOKIE_DOMAIN
None
CSRF_COOKIE_HTTPONLY
False
CSRF_COOKIE_NAME
'csrftoken'
CSRF_COOKIE_PATH
'/'
CSRF_COOKIE_SAMESITE
'Lax'
CSRF_COOKIE_SECURE
False
CSRF_FAILURE_VIEW
'django.views.csrf.csrf_failure'
CSRF_HEADER_NAME
'HTTP_X_CSRFTOKEN'
CSRF_TRUSTED_ORIGINS
[]
CSRF_USE_SESSIONS
False
DATABASES
{'default': {'ATOMIC_REQUESTS': False,
             'AUTOCOMMIT': True,
             'CONN_MAX_AGE': 0,
             'ENGINE': 'django.db.backends.postgresql',
             'HOST': 'postgres',
             'NAME': 'myne',
             'OPTIONS': {},
             'PASSWORD': '********************',
             'PORT': 5432,
             'TEST': {'CHARSET': None,
                      'COLLATION': None,
                      'MIGRATE': True,
                      'MIRROR': None,
                      'NAME': None},
             'TIME_ZONE': None,
             'USER': 'myne'}}
DATABASE_ROUTERS
[]
DATA_UPLOAD_MAX_MEMORY_SIZE
2621440
DATA_UPLOAD_MAX_NUMBER_FIELDS
1000
DATETIME_FORMAT
'N j, Y, P'
DATETIME_INPUT_FORMATS
['%Y-%m-%d %H:%M:%S',
 '%Y-%m-%d %H:%M:%S.%f',
 '%Y-%m-%d %H:%M',
 '%m/%d/%Y %H:%M:%S',
 '%m/%d/%Y %H:%M:%S.%f',
 '%m/%d/%Y %H:%M',
 '%m/%d/%y %H:%M:%S',
 '%m/%d/%y %H:%M:%S.%f',
 '%m/%d/%y %H:%M']
DATE_FORMAT
'N j, Y'
DATE_INPUT_FORMATS
['%Y-%m-%d',
 '%m/%d/%Y',
 '%m/%d/%y',
 '%b %d %Y',
 '%b %d, %Y',
 '%d %b %Y',
 '%d %b, %Y',
 '%B %d %Y',
 '%B %d, %Y',
 '%d %B %Y',
 '%d %B, %Y']
DEBUG
True
DEBUG_PROPAGATE_EXCEPTIONS
False
DECIMAL_SEPARATOR
'.'
DEFAULT_AUTO_FIELD
'django.db.models.BigAutoField'
DEFAULT_CHARSET
'utf-8'
DEFAULT_EXCEPTION_REPORTER
'django.views.debug.ExceptionReporter'
DEFAULT_EXCEPTION_REPORTER_FILTER
'django.views.debug.SafeExceptionReporterFilter'
DEFAULT_FILE_STORAGE
'minio_storage.storage.MinioMediaStorage'
DEFAULT_FROM_EMAIL
'kontakt@myNewEnergy.ch'
DEFAULT_INDEX_TABLESPACE
''
DEFAULT_TABLESPACE
''
DISALLOWED_USER_AGENTS
[]
EMAIL_BACKEND
'django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST
'smtp.mailbox.org'
EMAIL_HOST_PASSWORD
'********************'
EMAIL_HOST_USER
'website@mynewenergy.ch'
EMAIL_PORT
587
EMAIL_SSL_CERTFILE
None
EMAIL_SSL_KEYFILE
'********************'
EMAIL_SUBJECT_PREFIX
'[Django] '
EMAIL_SYSTEM_ORDER
'system_portal@mynewenergy.ch'
EMAIL_SYSTEM_PORTAL
'system_order@mynewenergy.ch'
EMAIL_SYSTEM_TEST
'system_test@mynewenergy.ch'
EMAIL_TIMEOUT
None
EMAIL_USE_LOCALTIME
False
EMAIL_USE_SSL
False
EMAIL_USE_TLS
True
FILER_IMAGE_MODEL
'filer.Image'
FILE_UPLOAD_DIRECTORY_PERMISSIONS
None
FILE_UPLOAD_HANDLERS
['django.core.files.uploadhandler.MemoryFileUploadHandler',
 'django.core.files.uploadhandler.TemporaryFileUploadHandler']
FILE_UPLOAD_MAX_MEMORY_SIZE
2621440
FILE_UPLOAD_PERMISSIONS
420
FILE_UPLOAD_TEMP_DIR
None
FIRST_DAY_OF_WEEK
0
FIXTURE_DIRS
[]
FORCE_SCRIPT_NAME
None
FORMAT_MODULE_PATH
None
FORM_RENDERER
'django.forms.renderers.DjangoTemplates'
HAYSTACK_CONNECTIONS
{'de': {'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
        'PATH': '/code/whoosh_index/de'},
 'default': {'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
             'PATH': '/code/whoosh_index/default'},
 'fr': {'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
        'PATH': '/code/whoosh_index/fr'},
 'it': {'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',
        'PATH': '/code/whoosh_index/it'}}
HAYSTACK_CUSTOM_HIGHLIGHTER
'search.highlighter.Highlighter'
HAYSTACK_DEFAULT_LANGUAGE
'en'
HAYSTACK_ROUTERS
['search.routers.LanguageRouter']
HAYSTACK_SIGNAL_PROCESSOR
'search.signals.RealtimeDeleteOnlySignalProcessor'
IGNORABLE_404_URLS
[]
INSTALLED_APPS
['modeltranslation',
 'admin_shortcuts',
 'adminsortable',
 'django.contrib.admin',
 'django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.messages',
 'django.contrib.sitemaps',
 'django.contrib.staticfiles',
 'rosetta',
 'comparison',
 'crm',
 'eventlog',
 'geodata',
 'myne',
 'portal',
 'products',
 'search',
 'thermalimage',
 'easy_thumbnails',
 'filer',
 'mptt',
 'post_office',
 'threadedcomments',
 'django_comments',
 'django.contrib.sites',
 'libs.hvad',
 'aldryn_news',
 'aldryn_accounts',
 'aldryn_faq',
 'whitelabel',
 'core',
 'frontend',
 'ckeditor',
 'minio_storage']
INTERNAL_IPS
[]
LANGUAGES
(('de', 'Allemand'), ('fr', 'Français'), ('it', 'Italien'))
LANGUAGES_BIDI
['he', 'ar', 'ar-dz', 'fa', 'ur']
LANGUAGE_CODE
'de'
LANGUAGE_COOKIE_AGE
None
LANGUAGE_COOKIE_DOMAIN
None
LANGUAGE_COOKIE_HTTPONLY
False
LANGUAGE_COOKIE_NAME
'django_language'
LANGUAGE_COOKIE_PATH
'/'
LANGUAGE_COOKIE_SAMESITE
None
LANGUAGE_COOKIE_SECURE
False
LOCALE_PATHS
['/code/locale', '/code/aldryn_accounts/locale', '/code/aldryn_news/locale']
LOGGING
{}
LOGGING_CONFIG
'logging.config.dictConfig'
LOGIN_REDIRECT_URL
'/accounts/profile/'
LOGIN_URL
'/accounts/login/'
LOGOUT_REDIRECT_URL
None
MANAGERS
(('Christina Marchand', 'christina.marchand@gmail.com'),
 ('Bohdan Marchenko', 'bogdan.marko@gmail.com'))
MEDIA_ROOT
''
MEDIA_URL
'/media/'
MESSAGE_STORAGE
'django.contrib.messages.storage.fallback.FallbackStorage'
MIDDLEWARE
['django.middleware.security.SecurityMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.common.CommonMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware',
 'django.middleware.clickjacking.XFrameOptionsMiddleware',
 'django.middleware.locale.LocaleMiddleware',
 'eventlog.middleware.RequestThreadVariableMiddleware',
 'eventlog.middleware.EventlogMiddleware']
MIGRATION_MODULES
{}
MINIO_STORAGE_ACCESS_KEY
'********************'
MINIO_STORAGE_AUTO_CREATE_MEDIA_BUCKET
True
MINIO_STORAGE_AUTO_CREATE_STATIC_BUCKET
True
MINIO_STORAGE_ENDPOINT
'minio:9000'
MINIO_STORAGE_MEDIA_BUCKET_NAME
'media'
MINIO_STORAGE_MEDIA_URL
'https://mynewenergy.ch/media'
MINIO_STORAGE_SECRET_KEY
'********************'
MINIO_STORAGE_STATIC_BUCKET_NAME
'static'
MINIO_STORAGE_STATIC_URL
'https://mynewenergy.ch/static'
MINIO_STORAGE_USE_HTTPS
False
MODELTRANSLATION_CUSTOM_FIELDS
('JSONField',)
MONTH_DAY_FORMAT
'F j'
NUMBER_GROUPING
0
PASSWORD_HASHERS
'********************'
PASSWORD_RESET_TIMEOUT
'********************'
PREPEND_WWW
False
ROOT_URLCONF
'core.urls'
SECRET_KEY
'********************'
SECURE_CONTENT_TYPE_NOSNIFF
True
SECURE_CROSS_ORIGIN_OPENER_POLICY
'same-origin'
SECURE_HSTS_INCLUDE_SUBDOMAINS
False
SECURE_HSTS_PRELOAD
False
SECURE_HSTS_SECONDS
0
SECURE_PROXY_SSL_HEADER
('HTTP_X_FORWARDED_PROTO', 'https')
SECURE_REDIRECT_EXEMPT
[]
SECURE_REFERRER_POLICY
'same-origin'
SECURE_SSL_HOST
None
SECURE_SSL_REDIRECT
False
SERVER_EMAIL
'django@5d972071974e'
SESSION_CACHE_ALIAS
'default'
SESSION_COOKIE_AGE
1209600
SESSION_COOKIE_DOMAIN
None
SESSION_COOKIE_HTTPONLY
True
SESSION_COOKIE_NAME
'sessionid'
SESSION_COOKIE_PATH
'/'
SESSION_COOKIE_SAMESITE
'Lax'
SESSION_COOKIE_SECURE
False
SESSION_ENGINE
'django.contrib.sessions.backends.db'
SESSION_EXPIRE_AT_BROWSER_CLOSE
False
SESSION_FILE_PATH
None
SESSION_SAVE_EVERY_REQUEST
False
SESSION_SERIALIZER
'core.serializers.ZoneInfoJSONSerializer'
SETTINGS_MODULE
'core.settings'
SHORT_DATETIME_FORMAT
'm/d/Y P'
SHORT_DATE_FORMAT
'm/d/Y'
SIGNING_BACKEND
'django.core.signing.TimestampSigner'
SILENCED_SYSTEM_CHECKS
[]
SITE_ID
1
STATICFILES_DIRS
[]
STATICFILES_FINDERS
['django.contrib.staticfiles.finders.FileSystemFinder',
 'django.contrib.staticfiles.finders.AppDirectoriesFinder']
STATICFILES_STORAGE
'minio_storage.storage.MinioStaticStorage'
STATIC_ROOT
'./static_files/'
STATIC_URL
'/static/'
TEMPLATES
[{'APP_DIRS': True,
  'BACKEND': 'django.template.backends.django.DjangoTemplates',
  'DIRS': ['templates'],
  'OPTIONS': {'context_processors': ['django.template.context_processors.debug',
                                     'django.template.context_processors.request',
                                     'django.contrib.auth.context_processors.auth',
                                     'django.contrib.messages.context_processors.messages',
                                     'django.template.context_processors.static',
                                     'django.template.context_processors.i18n',
                                     'eventlog.context_processors.tracking_id_and_affiliate',
                                     'aldryn_news.context_processors.news_categories',
                                     'aldryn_accounts.context_processors.account_info',
                                     'aldryn_accounts.context_processors.notifications']}}]
TEST_NON_SERIALIZED_APPS
[]
TEST_RUNNER
'django.test.runner.DiscoverRunner'
THOUSAND_SEPARATOR
','
TIME_FORMAT
'P'
TIME_INPUT_FORMATS
['%H:%M:%S', '%H:%M:%S.%f', '%H:%M']
TIME_ZONE
'UTC'
USE_DEPRECATED_PYTZ
False
USE_I18N
True
USE_L10N
True
USE_THOUSAND_SEPARATOR
False
USE_TZ
True
USE_X_FORWARDED_HOST
True
USE_X_FORWARDED_PORT
False
WSGI_APPLICATION
'core.wsgi.application'
XS_SHARING_ALLOWED_METHODS
['POST', 'GET', 'OPTIONS', 'PUT', 'DELETE']
X_FRAME_OPTIONS
'ALLOWALL'
YEAR_MONTH_FORMAT
'F Y'

You’re seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard page generated by the handler for this status code.