Skip to content

Commit

Permalink
Allow for multiple downloads in Customize download
Browse files Browse the repository at this point in the history
There was an onSubmit event listener blocking the resumbit of the downlaod form. Which can be removed by adding the .double-submission to the desired form.

Closes: #12236
  • Loading branch information
meel-hd authored and nijel committed Aug 15, 2024
1 parent 9d0cb96 commit 403ca4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion weblate/templates/translation.html
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ <h4 class="panel-title">
</table>
</div>

<form action="{% url 'download' path=object.get_url_path %}" method="get" data-persist="download-translation">
<form class="double-submission" action="{% url 'download' path=object.get_url_path %}" method="get" data-persist="download-translation">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
Expand Down

0 comments on commit 403ca4e

Please sign in to comment.