From 092cc6aa72ce1cf311dba7f17eb3ede0a5861815 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Fri, 23 Sep 2016 16:24:30 +0200 Subject: [PATCH] Typo in input type --- src/templates/attract/shots/view_shot_embed.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/attract/shots/view_shot_embed.jade b/src/templates/attract/shots/view_shot_embed.jade index b376a60..ee687fe 100644 --- a/src/templates/attract/shots/view_shot_embed.jade +++ b/src/templates/attract/shots/view_shot_embed.jade @@ -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