-
- {% with messages = get_flashed_messages(with_categories=true) %}
- {% if messages %}
-
-
- {% with messages = get_flashed_messages(with_categories=true) %}
- {% if messages %}
-
diff --git a/AstraOS/Frontend/HTML/view_user_age_details.html b/AstraOS/Frontend/HTML/view_user_age_details.html
index 777b30c..43af122 100644
--- a/AstraOS/Frontend/HTML/view_user_age_details.html
+++ b/AstraOS/Frontend/HTML/view_user_age_details.html
@@ -7,40 +7,6 @@
{% block content %}
-
- {% with messages = get_flashed_messages(with_categories=true) %}
- {% if messages %}
-
- {% for category, message in messages %}
-
-
-
-
- {% if category == 'success' %}
-
- {% elif category == 'danger' %}
-
- {% else %}
-
- {% endif %}
-
-
-
-
-
- {% endfor %}
-
- {% endif %}
- {% endwith %}