We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2e8a3c commit ca46d82Copy full SHA for ca46d82
djangocms_frontend/contrib/content/templates/djangocms_frontend/bootstrap5/code.html
@@ -1 +1 @@
1
-{% load i18n cms_tags %}<{{ instance.code_type|default:"code" }}{{ instance.get_attributes }}>{% if instance.tag_type == 'pre' %}<code>{% endif %}{{ instance.code_content }}{% if instance.tag_type == 'pre' %}</code>{% endif %}</{{ instance.code_type|default:"code" }}>
+{% load i18n cms_tags %}<{{ instance.code_type|default:"code" }}{{ instance.get_attributes }}>{% if instance.code_type == 'pre' %}<code>{% endif %}{{ instance.code_content }}{% if instance.code_type == 'pre' %}</code>{% endif %}</{{ instance.code_type|default:"code" }}>
0 commit comments