Skip to content

Commit c660269

Browse files
committed
Comment out the async button because it breaks the wsgi app.
1 parent d3730a6 commit c660269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/templates/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ <h1>Index of Tests</h1>
2525
<button id="incrementFetch" data-url="{% url 'ajax_increment' %}" type="button">Increment via fetch</button>
2626
<button id="incrementXHR" data-url="{% url 'ajax_increment' %}" type="button">Increment via XHR</button>
2727
</p>
28+
{% comment %}
2829
<button id="asyncRequest" data-url="{% url 'async_db_view' %}" type="button">Make async call</button>
30+
{% endcomment %}
2931

3032
<script>
3133
const incrementFetch = document.querySelector("#incrementFetch");

0 commit comments

Comments
 (0)