diff --git a/templates/web/en/notices.tt2.html b/templates/web/en/notices.tt2.html
deleted file mode 100644
index c284d62be6eb6119b7e83dfe1f6036117fb9c05b..0000000000000000000000000000000000000000
--- a/templates/web/en/notices.tt2.html
+++ /dev/null
@@ -1,15 +0,0 @@
- [% FOREACH notif IN notifications %]
-<p class="ui-state-highlight ui-corner-all" style="border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-  Notice:
-
-  [% IF notif == 'done' %]
-
-  Operation has been performed
-
-  [% ELSE %]
-
-   [% notif %]<br/>
-
-  [% END %]
-
- [% END %] <!-- FOREACH -->
diff --git a/templates/web/fr/index.tt2.html b/templates/web/fr/index.tt2.html
index 5d62c1af3b82251bb3a67555d9246610cbaf2fdf..4953638ec8b5d5fd6da5f3ca502942703f4a3f03 100644
--- a/templates/web/fr/index.tt2.html
+++ b/templates/web/fr/index.tt2.html
@@ -40,12 +40,6 @@
             [% PROCESS 'errors.tt2.html' %]
             </div>
             [% ELSE %]
-                [% IF notifications %]
-            <div class="ui-widget">
-                [% PROCESS 'notices.tt2.html' %]
-                </b>
-            </div>
-                [% END %]
 
             [% PROCESS 'content.tt2.html' %]
 
diff --git a/templates/web/fr/notices.tt2.html b/templates/web/fr/notices.tt2.html
deleted file mode 100644
index c284d62be6eb6119b7e83dfe1f6036117fb9c05b..0000000000000000000000000000000000000000
--- a/templates/web/fr/notices.tt2.html
+++ /dev/null
@@ -1,15 +0,0 @@
- [% FOREACH notif IN notifications %]
-<p class="ui-state-highlight ui-corner-all" style="border: 2px solid #10427a; background: #DFF1EE;padding: 0.7em;"><span class="ui-icon ui-icon-alert" style="float: left; margin-right: .3em;"></span>
-  Notice:
-
-  [% IF notif == 'done' %]
-
-  Operation has been performed
-
-  [% ELSE %]
-
-   [% notif %]<br/>
-
-  [% END %]
-
- [% END %] <!-- FOREACH -->