Skip to content

Commit

Permalink
fix shared basket apply right (#4378)
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix authored Sep 21, 2023
1 parent e175f5b commit b839efd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions templates/web/prod/templates/push.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@
<a href="#" class="colored toggle toggle_agree status_on" title="<%= msg %>">
<i class="fa fa-comment"></i>
</a>
<input type="hidden"
name="participants[<%= user.usr_id %>][agree]"
value="1"/>
</span>
<input type="hidden"
name="participants[<%= user.usr_id %>][agree]"
value="1"/>
<% } %>
</td>
<td>
Expand All @@ -132,10 +132,10 @@
<a href="#" class="colored toggle toggle_see_others status_off" title="<%= msg %>">
<i class="fa fa-users"></i>
</a>
<input type="hidden"
name="participants[<%= user.usr_id %>][see_others]"
value="0"/>
</span>
<input type="hidden"
name="participants[<%= user.usr_id %>][see_others]"
value="0"/>
<% } %>
</td>
<% } %>
Expand Down

0 comments on commit b839efd

Please sign in to comment.