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