diff --git a/ACMAS/app/ACMAS_Web/components/field/field.html b/ACMAS/app/ACMAS_Web/components/field/field.html
index 373eb3b..cb19a1e 100644
--- a/ACMAS/app/ACMAS_Web/components/field/field.html
+++ b/ACMAS/app/ACMAS_Web/components/field/field.html
@@ -12,7 +12,7 @@
{% if name == "password1" and placeholder == "Create password..." %}
-
Password can't be:
+
Password can't be:
- too similar to other personal information
- less than 8 characters
@@ -28,18 +28,18 @@
{% endif %}
{% if name == "username" and placeholder == "Create username..." %}
-
-
-
- - Required
+
+
+
Required
+
- 150 characters or fewer
- - Letters, digits and @/./+/-/_ only.
- - entirely numeric
+ - Letters, digits and @/./+/-/_ only
+ - Must not be fully numeric
-
-
diff --git a/ACMAS/app/ACMAS_Web/templates/index.html b/ACMAS/app/ACMAS_Web/templates/index.html
index c29a4fb..8df3ad2 100644
--- a/ACMAS/app/ACMAS_Web/templates/index.html
+++ b/ACMAS/app/ACMAS_Web/templates/index.html
@@ -18,8 +18,8 @@
-
-
ACMAS
+
+
Automated Course Material Archiving System
diff --git a/ACMAS/app/requirements.txt b/ACMAS/app/requirements.txt
index 98cf453..30216ba 100644
--- a/ACMAS/app/requirements.txt
+++ b/ACMAS/app/requirements.txt
@@ -1,4 +1,4 @@
-Django==4.2.5
+Django==4.2.7
django-dbbackup==4.0.2
django_components