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 4e50ef9 commit 8b85020Copy full SHA for 8b85020
cookbook/profiler/data_collector.rst
@@ -155,7 +155,7 @@ block and set the value of two variables called ``icon`` and ``text``:
155
156
<div class="sf-toolbar-info-piece">
157
<b>Accepted content type</b>
158
- <span>{{ collector.acceptablecontenttypes|join(', ') }}</span>
+ <span>{{ collector.acceptableContentTypes|join(', ') }}</span>
159
</div>
160
{% endset %}
161
@@ -227,7 +227,7 @@ must also define additional blocks:
227
<th>Content Type</th>
228
</tr>
229
230
- {% for type in collector.acceptablecontenttypes %}
+ {% for type in collector.acceptableContentTypes %}
231
<tr>
232
<td>{{ type }}</td>
233
0 commit comments