@@ -63,12 +88,33 @@
{{end}}
{{define "scripts"}}
+
+
-{{end}}
+{{end}}
\ No newline at end of file
diff --git a/Lab01/app/templates/login.tmpl b/Lab01/app/templates/login.tmpl
index 9b2691f..18e645c 100644
--- a/Lab01/app/templates/login.tmpl
+++ b/Lab01/app/templates/login.tmpl
@@ -6,6 +6,7 @@
{{template "head" .}}
+{{template "toasts" .}}
{{template "navbar" .}}
@@ -20,15 +21,15 @@
diff --git a/Lab01/app/templates/register.tmpl b/Lab01/app/templates/register.tmpl
index 1c95139..dbf708d 100644
--- a/Lab01/app/templates/register.tmpl
+++ b/Lab01/app/templates/register.tmpl
@@ -6,6 +6,7 @@
{{template "head" .}}
+{{template "toasts" .}}
{{template "navbar" .}}
@@ -18,13 +19,15 @@
{{template "scripts" .}}
{{template "formScripts" .}}