Skip to content

Commit 3a845c8

Browse files
authored
Merge pull request EthanRBrown#73 from zhtubo/patch-2
Update vacation-photo.handlebars
2 parents 8926da6 + aa936ff commit 3a845c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch08-jquery-file-upload/views/contest/vacation-photo.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<form class="form-horizontal" role="form"
22
enctype="multipart/form-data" method="POST"
3-
action="/contest/vacation-photo/{year}/{month}">
3+
action="/contest/vacation-photo/{{year}}/{{month}}">
44
<div class="form-group">
55
<label for="fieldName" class="col-sm-2 control-label">Name</label>
66
<div class="col-sm-4">

0 commit comments

Comments
 (0)