Skip to content

Commit

Permalink
upload template uses pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
mpl committed Jun 29, 2010
1 parent 107a0b2 commit 648b5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmpl/upload.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<div>
<center>
<form action="/upload" enctype="multipart/form-data" method="post">
<form action="{upload}" enctype="multipart/form-data" method="post">
Upload <input type="file" name="upload" size="40"> <br>
Tag <input type="text" name="tag" size="30"> <br>
<input name="submit" value="submit" type="submit"><input type="reset">
Expand Down

0 comments on commit 648b5ce

Please sign in to comment.