Skip to content

Commit

Permalink
remove double method
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed Nov 5, 2014
1 parent b0fb013 commit 4d86cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/macros.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% macro upload_form(form, action) %}
<form method="post" action="{{action}}" method="POST" enctype="multipart/form-data">
<form method="post" action="{{action}}" enctype="multipart/form-data">
{{form.hidden_tag()}}
<p>
<label>
Expand Down

0 comments on commit 4d86cb3

Please sign in to comment.