Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
voilet authored and voilet committed Aug 3, 2016
1 parent ea84339 commit 1bf165b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malfunction/froms.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class inclident_from(UEditorModelForm):

for i in op_user:
op.append((i.first_name, i.first_name))
exception:
except:
pass

project_status = forms.ChoiceField(widget=forms.RadioSelect, choices=BOOL_STATUS, required=True, initial=True,
Expand Down

0 comments on commit 1bf165b

Please sign in to comment.