Commit c410295f authored by ourfbht's avatar ourfbht
Browse files

changed 'null' text

parent 20c12b9f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@

                                    <h5><strong>Poulain</strong></h5>
                                    <p th:if="${help.poulain != null}" th:text=" ${help.poulain.username}"></p>
                                    <p th:unless="${help.poulain != null}">null</p>
                                    <p th:unless="${help.poulain != null}"><i>No one for now.</i></p>
                            </div>
                        </div>
                    </div>
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
    
                            <h5><strong>Mentor</strong></h5>
                            <p th:if="${help.mentor != null}" th:text=" ${help.mentor.username}"></p>
                            <p th:unless="${help.mentor != null}">null</p>
                            <p th:unless="${help.mentor != null}"><i>No one for now.</i></p>
                        </div>
                    </div>
                </div>