diff options
author | Struan Donald <struan@exo.org.uk> | 2011-08-29 12:57:12 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-08-29 12:57:12 +0100 |
commit | 980d9f82fc76f8d2e73295f3f9fac7b81fdd5660 (patch) | |
tree | fd6eb435a961c578ff85bec8ff9a82325630e1de | |
parent | c37e66c18891a44d47e6f10431143409f0766481 (diff) |
add enc type to mapForm to make photo uploading work
-rwxr-xr-x | templates/web/default/around/display_location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/around/display_location.html b/templates/web/default/around/display_location.html index bef8954ba..242253ab8 100755 --- a/templates/web/default/around/display_location.html +++ b/templates/web/default/around/display_location.html @@ -35,7 +35,7 @@ robots => 'noindex,nofollow'; %] -<form action="[% c.uri_for('/report/new') %]" method="post" name="mapForm" id="mapForm"> +<form action="[% c.uri_for('/report/new') %]" method="post" name="mapForm" id="mapForm" enctype="multipart/form-data"> [% IF c.req.params.map_override %] <input type="hidden" name="map_override" value="[% c.req.params.map_override | html %]"> [% END %] |