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 487422e commit 05b4e9eCopy full SHA for 05b4e9e
README.rst
@@ -143,7 +143,7 @@ Here is the template hierarchy for the edit and preview endpoints::
143
144
Use Django's template override mechanism to customize these templates as needed. Say, if your base template has
145
a different name and the content goes into a block called ``main_content``, you would create a template at
146
-`templates/djangocms_alias/base.html` with the following content::
+``templates/djangocms_alias/base.html`` with the following content::
147
{% extends "mybase.html" %}
148
{% load i18n %}
149
0 commit comments