Minor fixes in the lightbox 'Create new project'
parent
29508cb51d
commit
5f36b8d12a
|
@ -20,7 +20,7 @@ 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
|
option(value="") Select one template to generate the defaults values for the new project
|
||||||
|
|
||||||
fieldset
|
fieldset
|
||||||
a.button.button-green(href="", title="Create") Create
|
a.button.button-green(href="", title="Create") Create
|
||||||
|
|
Loading…
Reference in New Issue