mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-09-13 21:32:08 +02:00
6 lines
89 B
Python
6 lines
89 B
Python
from django import forms
|
|
|
|
|
|
class RangeInput(forms.NumberInput):
|
|
input_type = "range"
|