Skip to content

Instantly share code, notes, and snippets.

@mmtechslv
Created April 7, 2021 15:48
Show Gist options
  • Save mmtechslv/d83502fea0e53acd79fc6e99234640c2 to your computer and use it in GitHub Desktop.
Save mmtechslv/d83502fea0e53acd79fc6e99234640c2 to your computer and use it in GitHub Desktop.
Markdium-Introduction
<div class="form-group numeric-slider" {% include "django/forms/widgets/attrs.html" %}>
<div class="numeric-slider-range ui-slider ui-slider-horizontal ui-slider-range"></div>
<span class="numeric-slider-range_text" id='{{ widget.attrs.id }}_text'>
{{ widget.value_text }}
</span>
{% for widget in widget.subwidgets %}
{% include widget.template_name %}
{% endfor %}
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment