summaryrefslogtreecommitdiff
path: root/yaksh/forms.py
diff options
context:
space:
mode:
authorCruiseDevice2020-04-29 22:11:19 +0530
committerCruiseDevice2020-04-29 22:11:19 +0530
commitf050dd919d5719874aafadf0a674d816a25bc9eb (patch)
treed57fc06ab7b9f5c802ddb4b4394d48c80c34b644 /yaksh/forms.py
parent53a0c4ad3e733f3960000527f83565f2fd8fc412 (diff)
downloadonline_test-f050dd919d5719874aafadf0a674d816a25bc9eb.tar.gz
online_test-f050dd919d5719874aafadf0a674d816a25bc9eb.tar.bz2
online_test-f050dd919d5719874aafadf0a674d816a25bc9eb.zip
Fix: #696
Diffstat (limited to 'yaksh/forms.py')
-rw-r--r--yaksh/forms.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/yaksh/forms.py b/yaksh/forms.py
index 216f5c2..1cd1291 100644
--- a/yaksh/forms.py
+++ b/yaksh/forms.py
@@ -298,6 +298,9 @@ class QuestionForm(forms.ModelForm):
self.fields['language'].widget.attrs.update(
{'class': 'custom-select'}
)
+ self.fields['topic'].widget.attrs.update(
+ {'class': 'custom-select'}
+ )
self.fields['type'].widget.attrs.update(
{'class': 'custom-select'}
)