widgets.py 93 B

1234
  1. from django import forms
  2. class ColorPickerWidget(forms.TextInput):
  3. input_type = 'color'