Typo in input type
This commit is contained in:
@@ -5,14 +5,14 @@
|
|||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
input.input-transparent.item-name(
|
input.input-transparent.item-name(
|
||||||
name="name",
|
name="name",
|
||||||
type=text,
|
type="text",
|
||||||
placeholder='Name',
|
placeholder='Name',
|
||||||
value="{{ shot.name | hide_none }}")
|
value="{{ shot.name | hide_none }}")
|
||||||
|
|
||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
textarea.input-transparent(
|
textarea.input-transparent(
|
||||||
name="description",
|
name="description",
|
||||||
type=text,
|
type="text",
|
||||||
placeholder='Description') {{ shot.description | hide_none }}
|
placeholder='Description') {{ shot.description | hide_none }}
|
||||||
|
|
||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
.input-transparent-group
|
.input-transparent-group
|
||||||
textarea.input-transparent(
|
textarea.input-transparent(
|
||||||
name="notes",
|
name="notes",
|
||||||
type=text,
|
type="text",
|
||||||
placeholder='Notes') {{ shot.properties.notes | hide_none }}
|
placeholder='Notes') {{ shot.properties.notes | hide_none }}
|
||||||
|
|
||||||
.input-group-separator
|
.input-group-separator
|
||||||
|
Reference in New Issue
Block a user