Open goodtune opened 4 months ago
When trying to produce scorecards, a TemplateSyntaxError is caused by trying to load an unregistered tag library.
TemplateSyntaxError
load
Internal Server Error: /admin/fixja/competition/1/seasons/53/scorecards/93868657-2db0-4461-ad89-a23bf03e7114.pdf TemplateSyntaxError at /admin/fixja/competition/1/seasons/53/scorecards/93868657-2db0-4461-ad89-a23bf03e7114.pdf 'common' is not a registered tag library. Must be one of: admin bootstrap3 cache cloudinary competition content dashboard debugger_tags django_htmx embed_video_tags gravatar guardian_tags highlighting humanize i18n idplist indent_text l10n mathfilters mptt_admin mptt_tags mvp_tags news rest_framework shuriken_tags static syntax_color tenant theme_tags tz widont Request Method: GET Request URL: https://www.internationaltouch.org/admin/fixja/competition/1/seasons/53/scorecards/93868657-2db0-4461-ad89-a23bf03e7114.pdf Django Version: 4.2.13 Python Executable: /app/.heroku/python/bin/python Python Version: 3.9.18 Python Path: ['/workspace', '/workspace/.heroku/python/bin', '/workspace', '/workspace/.heroku/python/lib/python39.zip', '/workspace/.heroku/python/lib/python3.9', '/workspace/.heroku/python/lib/python3.9/lib-dynload', '/workspace/.heroku/python/lib/python3.9/site-packages'] Server time: Sun, 07 Jul 2024 22:53:17 +0000
When trying to produce scorecards, a
TemplateSyntaxError
is caused by trying toload
an unregistered tag library.