Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
3adcb76a
Commit
3adcb76a
authored
Jun 15, 2016
by
HERBERT Ryan
Browse files
group/add.html added option None to parent group select box
parent
28fd3ef9
Changes
1
Hide whitespace changes
Inline
Side-by-side
server/web2py/applications/vidjil/views/group/add.html
View file @
3adcb76a
...
...
@@ -22,7 +22,7 @@
<label
for=
"group_parent"
id=
"group_parent__label"
>
Parent Group
</label>
</td>
<td>
{{= SELECT(*[OPTION(g.role, _value=g.id) for g in groups], _name="group_parent") }}
{{= SELECT(*
[OPTION('None', _value='None')] +
[OPTION(g.role, _value=g.id) for g in groups], _name="group_parent") }}
</td>
</tr>
<tr>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment