Skip to content

Commit

Permalink
restore id for JS to work (bug 622007)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy McKay committed Dec 30, 2010
1 parent 47a73a7 commit e783f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/devhub/templates/devhub/addons/submit/media.html
Expand Up @@ -13,7 +13,7 @@ <h3>{{ _('Step 4. Add Images') }}</h3>
some areas of the website, only your add-on's icon and name will appear.
{% endtrans %}
</p>
<form method="post" class="item" action="" enctype="multipart/form-data">
<form method="post" class="item" action="" enctype="multipart/form-data" id="submit-media">
{{ csrf() }}
<div class="addon-submission-field">
<div id="icon_preview" class="devhub-form">
Expand Down

0 comments on commit e783f1a

Please sign in to comment.