diff --git a/Cuentas/templates/alumni.html b/Cuentas/templates/alumni.html index 3da1b3e..993a98b 100644 --- a/Cuentas/templates/alumni.html +++ b/Cuentas/templates/alumni.html @@ -7,43 +7,40 @@ {% endblock %} {% block content %} -
- - {% include 'components/header.html' with header_title='Alumnes' %} +
+
+ {% include 'components/sidebar.html' %} +
+
+ {% include 'components/header.html' with header_title='Alumnes' %} +
-
- {% include 'components/sidebar.html' %} -
-
+
-
-
+
+
TERCERO +
+
+ {% include 'components/user_list.html' with users=users|filter_by_year:"3" %} +
-
- {% include 'components/user_list.html' with users=users|filter_by_year:"3" %} -
-
-
-
+
+
CUARTO +
+
+ {% include 'components/user_list.html' with users=users|filter_by_year:"4" %} +
-
- {% include 'components/user_list.html' with users=users|filter_by_year:"4" %} -
-
-
-{% endblock content %} - -{% block footer %} - {% include 'components/footer.html' %} -{% endblock %} \ No newline at end of file +
+{% endblock content %} \ No newline at end of file diff --git a/Cuentas/templates/components/header.html b/Cuentas/templates/components/header.html index ad15a13..8dc69b9 100644 --- a/Cuentas/templates/components/header.html +++ b/Cuentas/templates/components/header.html @@ -1,4 +1,4 @@ -
+