summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'pgcommitfest/commitfest/widgets.py')
-rw-r--r--pgcommitfest/commitfest/widgets.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/widgets.py b/pgcommitfest/commitfest/widgets.py
index ee2df3d..fbce50d 100644
--- a/pgcommitfest/commitfest/widgets.py
+++ b/pgcommitfest/commitfest/widgets.py
@@ -1,6 +1,7 @@
from django.forms import TextInput
from django.utils.safestring import mark_safe
+
class ThreadPickWidget(TextInput):
def render(self, name, value, attrs=None):
attrs['class'] += ' threadpick-input'