Skip to content

Commit 05b4e9e

Browse files
committed
Add double-backticks
1 parent 487422e commit 05b4e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is the template hierarchy for the edit and preview endpoints::
143143

144144
Use Django's template override mechanism to customize these templates as needed. Say, if your base template has
145145
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::
146+
``templates/djangocms_alias/base.html`` with the following content::
147147
{% extends "mybase.html" %}
148148
{% load i18n %}
149149

0 commit comments

Comments
 (0)