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 %}