Fix template selector in the project-creation form
parent
f5527d3941
commit
36885c5598
|
@ -20,6 +20,7 @@ form
|
|||
fieldset
|
||||
select(name="creation_template", ng-model="data.creation_template",
|
||||
ng-options="template.id as template.name for template in templates")
|
||||
option(value="") Not use template on project creation
|
||||
|
||||
fieldset
|
||||
a.button.button-green(href="", title="Create") Create
|
||||
|
|
Loading…
Reference in New Issue