From 0fcfb30d5c13266ca4faf7697308dfb7a0f91b4f Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Wed, 17 Feb 2021 18:59:14 +0100 Subject: [PATCH] Updated templates with full group name ref #18 --- src/templates/runner_card.html | 2 +- src/templates/sponsoring_contract.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/templates/runner_card.html b/src/templates/runner_card.html index c85218e..76d1760 100644 --- a/src/templates/runner_card.html +++ b/src/templates/runner_card.html @@ -48,7 +48,7 @@

{{this.runner.lastname}}, {{this.runner.firstname}} {{this.runner.middlename}}

-

{{this.runner.group.name}}

+

{{this.runner.group.fullName}}

{{/each}} diff --git a/src/templates/sponsoring_contract.html b/src/templates/sponsoring_contract.html index b75d7f2..ddcad0a 100644 --- a/src/templates/sponsoring_contract.html +++ b/src/templates/sponsoring_contract.html @@ -64,7 +64,7 @@

{{__ "lastname"}}

- {{this.group.name}} + {{this.group.fullName}}

{{__ "group"}}