diaspora/public/javascripts/app/templates/picture-form.handlebars
2012-03-27 14:52:51 -07:00

8 lines
387 B
Handlebars

<form accept-charset="UTF-8" action="/photos" class="new_photo" data-remote="true" enctype="multipart/form-data" method="post">
<input name="authenticity_token" type="hidden"/>
<div style="margin:0;padding:0;display:inline">
<input name="utf8" type="hidden" value="✓"/>
</div>
<input name="photo[user_file]" type="file"/>
<div class="photos"></div>
</form>