Added another mentor.

This commit is contained in:
Kristjan Kõiv
2020-08-26 13:24:39 +03:00
parent cf514e569e
commit dbc16bc89e
2 changed files with 26 additions and 4 deletions

View File

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