Skip to content

Commit

Permalink
Adding sca view to new org page
Browse files Browse the repository at this point in the history
  • Loading branch information
ColeHiggins2 committed Dec 11, 2023
1 parent bd3a7be commit d85b4c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airgun/views/organization.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class OrganizationCreateView(BaseLoggedInView):
breadcrumb = BreadCrumb()
name = TextInput(id='organization_name')
label = TextInput(id='organization_label')
sca = Checkbox(locator=".//input[@id='simple_content_access' and @type='checkbox']")
description = TextInput(id='organization_description')
submit = Text('//input[@name="commit"]')

Expand Down

0 comments on commit d85b4c1

Please sign in to comment.