Test recentTeam empty in view
continuous-integration/drone/push Build is failing Details

pull/18/head
DahmaneYanis 1 year ago
parent 55c67cc484
commit 66410afa20

@ -24,12 +24,15 @@
<h2>Mes équipes</h2> <h2>Mes équipes</h2>
{% if recentTeam != null %}
{% for team in recentTeam %} {% for team in recentTeam %}
<div> <div>
<p> {{team.name}} </p> <p> {{team.name}} </p>
</div> </div>
{% endfor %} {% endfor %}
{% else %}
<p>Aucune équipe créé !</p>
{% endif %}
<h2> Mes strategies </h2> <h2> Mes strategies </h2>

Loading…
Cancel
Save