Skip to content
Snippets Groups Projects
Commit 02a4d860 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

formatting

parent 01ef9009
No related branches found
No related tags found
1 merge request!117Resolve "extend worker class"
Pipeline #
......@@ -21,7 +21,7 @@ class WorkerForm(ModelForm):
super(WorkerForm, self).__init__(*args, **kwargs)
instance = getattr(self, 'instance', None)
initial_role=None
initial_role = None
if instance is not None:
worker_type = worker_type_by_worker(instance)
roles = WorkerStudyRole.objects.filter(worker=instance, study_id=GLOBAL_STUDY_ID)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment