Removed unnecessary created_on header.

This commit is contained in:
Andrew Lalis 2019-04-16 23:50:22 +02:00 committed by andrewlalis
parent f5dc04a720
commit 5e648ad23c
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
<div id="content">
<h1><span th:text="${course.getName()}"></span> (Code: <span th:text="${course.getCode()}"></span>)</h1>
<h2>Created on: <span th:text="${course.getCreatedOn()}"></span></h2>
<hr>
<h3>Teaching Assistant Groups (<span th:text="${course.getTeachingAssistantTeams().size()}"></span>):</h3>