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 a1c4b30 commit 159ab7dCopy full SHA for 159ab7d
docs/extending_cms/frontend_models.rst
@@ -116,7 +116,7 @@ Example ``view_method``::
116
{% load placeholder_tags %}
117
118
{% block content %}
119
- <h1>{% show_editable_model instance "some_attribute" "some_field,other_field" "" "some_method" %}</h1>
+ <h1>{% show_editable_model instance "some_attribute" "some_field,other_field" "" "" "some_method" %}</h1>
120
{% endblock content %}
121
122
.. _show_editable_model_reference:
0 commit comments