Added grade to bachelor

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-12-25 19:11:46 +01:00
parent b9e661d593
commit 97b5ddb981
3 changed files with 4 additions and 0 deletions

View File

@ -54,6 +54,9 @@ sidebarboxes: cv-pdf job_offers
</time>
</li>
{% endif %}
{% if item.grade %}
<li><span class="font-weight-bold">Grade:</span> {{ item.grade }}</li>
{% endif %}
</ul>
</div>
</li>