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 d3730a6 commit c660269Copy full SHA for c660269
example/templates/index.html
@@ -25,7 +25,9 @@ <h1>Index of Tests</h1>
25
<button id="incrementFetch" data-url="{% url 'ajax_increment' %}" type="button">Increment via fetch</button>
26
<button id="incrementXHR" data-url="{% url 'ajax_increment' %}" type="button">Increment via XHR</button>
27
</p>
28
+ {% comment %}
29
<button id="asyncRequest" data-url="{% url 'async_db_view' %}" type="button">Make async call</button>
30
+ {% endcomment %}
31
32
<script>
33
const incrementFetch = document.querySelector("#incrementFetch");
0 commit comments