https://htmx.org logo
And this is the HTML that my endpoint is returning...
# 🔥-django-htmx
f
And this is the HTML that my endpoint is returning:
Copy code
html
<option value="">---------</option>
{% for hypervisor in hypervisors %}
<option value="{{ hypervisor }}">{{ hypervisor }}</option>
{% endfor %}