New mentors.

This commit is contained in:
Kristjan Kõiv
2020-08-26 11:58:01 +03:00
parent c41b2fe176
commit cf514e569e
22 changed files with 121 additions and 75 deletions

View File

@@ -65,7 +65,17 @@ title: Mentorid - Lapikud
<h4>Milliseid inimesi ootan oma piksliteks?</h4>
<p>{{ mentor.description }}</p>
<h4>Milline Lapik olen ise?</h4>
<p>{{ mentor.activities }}</p>
{% if mentor.activities.first %}
{% for activitiesLine in mentor.activities %}
{% if activitiesLine == '' %}
<br>
{% else %}
<p>{{ activitiesLine }}</p>
{% endif %}
{% endfor %}
{% else %}
<p>{{ mentor.activities }}</p>
{% endif %}
</div>
</div>
</div>