diff --git a/static/villejuif/_custom.scss b/static/villejuif/_custom.scss index 69685811..f86e5f49 100644 --- a/static/villejuif/_custom.scss +++ b/static/villejuif/_custom.scss @@ -176,7 +176,7 @@ div#rub_service .drafts-recall, div#rub_service form { } div.infonotice::before, div.warningnotice::before, div.errornotice::before { - content: url(/static/dialog-warning.png); + content: url(dialog-warning.png); } @if ($field-on-error-style == custom) { diff --git a/static/dialog-warning.png b/static/villejuif/dialog-warning.png similarity index 100% rename from static/dialog-warning.png rename to static/villejuif/dialog-warning.png