Skip to content

Commit 159ab7d

Browse files
committed
Fix typo in example
1 parent a1c4b30 commit 159ab7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending_cms/frontend_models.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Example ``view_method``::
116116
{% load placeholder_tags %}
117117

118118
{% block content %}
119-
<h1>{% show_editable_model instance "some_attribute" "some_field,other_field" "" "some_method" %}</h1>
119+
<h1>{% show_editable_model instance "some_attribute" "some_field,other_field" "" "" "some_method" %}</h1>
120120
{% endblock content %}
121121

122122
.. _show_editable_model_reference:

0 commit comments

Comments
 (0)