We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b1231d commit a8edd47Copy full SHA for a8edd47
main.py
@@ -631,9 +631,6 @@ def user(uid):
631
<option value='False'>False</option>"
632
person[10] = true_false.replace("'{}'".format(person[10]),
633
"'{}' selected".format(person[10]))
634
- if person[10]:
635
- person[10] = "<option value='True' selected>True</option>\
636
- <option value='False'>False</option>"
637
638
category = "<option value='1'> -- General -- </option>\
639
<option value='2'> -- Collaborating Researcher -- </option>\
0 commit comments