Skip to content

Commit a8edd47

Browse files
committed
removed duplicate line
1 parent 8b1231d commit a8edd47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

main.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,9 +631,6 @@ def user(uid):
631631
<option value='False'>False</option>"
632632
person[10] = true_false.replace("'{}'".format(person[10]),
633633
"'{}' selected".format(person[10]))
634-
if person[10]:
635-
person[10] = "<option value='True' selected>True</option>\
636-
<option value='False'>False</option>"
637634

638635
category = "<option value='1'> -- General -- </option>\
639636
<option value='2'> -- Collaborating Researcher -- </option>\

0 commit comments

Comments
 (0)