From 5a3a797513630027a2bae911e1e7218c15e479c7 Mon Sep 17 00:00:00 2001 From: JennGuz <143773875+JennGuz@users.noreply.github.com> Date: Fri, 13 Sep 2024 00:24:36 -0500 Subject: [PATCH] fix styling problem in mentorship services --- .../mentorship/templates/pick_service.html | 279 +++++++++--------- 1 file changed, 140 insertions(+), 139 deletions(-) diff --git a/breathecode/mentorship/templates/pick_service.html b/breathecode/mentorship/templates/pick_service.html index 1934dd178..ebfcc1c25 100644 --- a/breathecode/mentorship/templates/pick_service.html +++ b/breathecode/mentorship/templates/pick_service.html @@ -1,152 +1,153 @@ {% extends "base.html" %} {% block content %}
- - -
-
Choose service
-
- {% if services|length == 0 %} -
- This mentor not have service too. +
+
Choose services
+
+ {% if services|length == 0 %} +
+ This mentor not have service too. +
+ {% endif %} + + {% for s in services %} + + {% endfor %} +
+
- - + +
{% endblock %}