Add student and turnitin number to cover

This commit is contained in:
Jake Howard 2017-03-31 17:57:48 +01:00
parent a03552bdf3
commit 79aa040df1

View File

@ -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>