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