Typo in input type

This commit is contained in:
2016-09-23 16:24:30 +02:00
parent 6c47b9564f
commit 092cc6aa72

View File

@@ -5,14 +5,14 @@
.input-transparent-group
input.input-transparent.item-name(
name="name",
type=text,
type="text",
placeholder='Name',
value="{{ shot.name | hide_none }}")
.input-transparent-group
textarea.input-transparent(
name="description",
type=text,
type="text",
placeholder='Description') {{ shot.description | hide_none }}
.input-transparent-group
@@ -26,7 +26,7 @@
.input-transparent-group
textarea.input-transparent(
name="notes",
type=text,
type="text",
placeholder='Notes') {{ shot.properties.notes | hide_none }}
.input-group-separator