Merge pull request 'Commenter templating de snackbar' (#179) from fix/comment-out-snackbar into main

Reviewed-on: #179
This commit is contained in:
Victor Lacasse-Beaudoin 2023-12-12 17:22:29 -05:00
commit 3d37bf2257
3 changed files with 3 additions and 3 deletions

View file

@ -33,7 +33,7 @@ Documentation non-accessible pour l'instant, merci de votre patience
{{ .Message }}
</p>
</div>
{{ template "snackbar-html" }}
<!-- {{ template "snackbar-html" }} -->
</body>
</html>
{{ end }}

View file

@ -27,7 +27,7 @@
<a class="iconLink" href="https://www.instagram.com/agecem_officiel"><img class="indexContactSocial" src="/public/icones/instagram-icon.svg"></img></a>
</div>
</div>
{{ template "snackbar-html" }}
<!-- {{ template "snackbar-html" }} -->
</body>
</html>
{{ end }}

View file

@ -203,7 +203,7 @@
</tr>
</table>
</div>
{{ template "snackbar-html" }}
<!-- {{ template "snackbar-html" }} -->
</body>
</html>
{{ end }}