Skip to content

Commit

Permalink
Fixing styling changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutvikrj26 committed Aug 15, 2024
1 parent a0730bf commit a474a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physionet-django/project/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ def project_access(request, project_slug, **kwargs):
access_form = forms.AccessMetadataForm(instance=project, editable=editable)

return render(request, 'project/project_access.html', {
'project': project,'access_form': access_form,
'project': project, 'access_form': access_form,
'is_submitting': kwargs['is_submitting'],
'access_policy_choices': ALLOWED_ACCESS_POLICIES,
})
Expand Down

0 comments on commit a474a24

Please sign in to comment.