Removed unnecessary created_on header.
This commit is contained in:
parent
f5dc04a720
commit
5e648ad23c
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue