Fix template selector in the project-creation form

stable
David Barragán Merino 2014-08-06 16:16:02 +02:00
parent f5527d3941
commit 36885c5598
1 changed files with 2 additions and 1 deletions

View File

@ -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