Skip to content

Commit

Permalink
fix conflicts after pull
Browse files Browse the repository at this point in the history
  • Loading branch information
jygaulier committed Nov 16, 2023
2 parents aabe43c + d3a46f2 commit 8d6bba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/web/common/dialog_export.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
{% if removeable_stamp and download.has_stamp_option() == true %}
<div id="stamp_choice" class="well-small" style="margin-left: 20px;" >
<label for="option_stamp" class="checkbox">
<input class="stamp_choice" type="checkbox" id="stamp_choice" name="stamp_choice" value="REMOVE_STAMP" />
<input class="stamp_choice" type="checkbox" id="stamp_choice" name="stamp_choice" value="NO_STAMP" />
{{ 'prod::download: delete-marking-stamp' | trans }}
</label>
</div>
Expand Down

0 comments on commit 8d6bba9

Please sign in to comment.