Add student and turnitin number to cover
This commit is contained in:
parent
a03552bdf3
commit
79aa040df1
1 changed files with 7 additions and 0 deletions
|
@ -6,5 +6,12 @@
|
|||
<body class="cover">
|
||||
<h1>{{ title }}</h1>
|
||||
<h3>{{ subtitle }}</h3>
|
||||
{% if student_number %}
|
||||
<h5>Student Number: {{ student_number }}</h5>
|
||||
{% endif %}
|
||||
|
||||
{% if turnitin_number %}
|
||||
<h5>TurnItIn Number: {{ turnitin_number }}</h5>
|
||||
{% endif %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in a new issue