Skip to content

Commit

Permalink
Fix multi layer editign message.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlorenzetti committed Dec 12, 2023
1 parent 5f1b145 commit 974b9c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ <h4><i class="icon fa fa-ban"></i> {% trans 'Alert' %}!</h4>
{% trans 'Some errors on form. Check it and send again.' %}
</div>
</div>
{% if multilayer %}
<div class="col-md-12">
<div class="alert alert-warning">
<h4><i class="icon fa fa-warning"></i> {% trans 'Important' %}!</h4>
{% trans 'The following settings will be applied to all the layers indicated and will overwrite the settings set at the single layer level' %}
</div>
</div>
{% endif %}
</div>
<div class="row">
<div class="col-md-12">
Expand Down

0 comments on commit 974b9c4

Please sign in to comment.