Updated templates with full group name

ref #18
This commit is contained in:
2021-02-17 18:59:14 +01:00
parent c2909082a2
commit 0fcfb30d5c
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@
</div>
</div>
<p>{{this.runner.lastname}}, {{this.runner.firstname}} {{this.runner.middlename}}</p>
<p>{{this.runner.group.name}}</p>
<p>{{this.runner.group.fullName}}</p>
</div>
{{/each}}
</div>