Fixed errors in ta teams listing for course.

This commit is contained in:
Andrew Lalis 2019-04-20 15:40:28 +02:00 committed by andrewlalis
parent a5cfdfbbc9
commit f1add7dc84
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@
Teaching Assistant Team <span th:text="${taTeam.getId()}"></span>
</a>
</td>
<td th:each="ta: ${taTeam.getStudents()}">
<td th:each="ta: ${taTeam.getTeachingAssistants()}">
<span th:text="${ta.getFullName()}"></span>
</td>
<td th:text="${taTeam.getGithubRepositoryName()}"></td>
<td th:text="${taTeam.getGithubTeamName()}"></td>
</tr>
</table>
</div>