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 Nov 8, 2023
1 parent 9096a67 commit 8923fc0
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 8923fc0

Please sign in to comment.