Skip to content

Commit

Permalink
[2255] Default to public
Browse files Browse the repository at this point in the history
  • Loading branch information
rossjones committed Mar 26, 2012
1 parent 9e9a3f0 commit 6386028
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ <h2>Errors in form</h2>
</select>

<label for='cap_public'>
<input id='cap_public' type='radio' name='groups__0__capacity' value='public' py:attrs="{'checked':'checked'} if organization.get('capacity','') == 'public' else {}"/>
<input id='cap_public' type='radio' name='groups__0__capacity' value='public' py:attrs="{'checked':'checked'} if organization.get('capacity','') in ['public', ''] else {}"/>
Public</label>

<label for='cap_private'>
Expand Down

0 comments on commit 6386028

Please sign in to comment.