aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-19 00:46:45 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:03:55 +0100
commitdccbf9a27e4316c45f644ae6cca8c7033d57e0c8 (patch)
tree0d5cc990ae1f3dc1808a129c9aca844a37779988
parent0532c268be20e6523f5c2c3a563b93bafe44904f (diff)
downloadwww-dccbf9a27e4316c45f644ae6cca8c7033d57e0c8.tar.gz
www-dccbf9a27e4316c45f644ae6cca8c7033d57e0c8.tar.bz2
www-dccbf9a27e4316c45f644ae6cca8c7033d57e0c8.zip
WIP: Added team reference in partner section
-rw-r--r--template/consortium.html.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/template/consortium.html.j2 b/template/consortium.html.j2
index 903b2394..3f211f4a 100644
--- a/template/consortium.html.j2
+++ b/template/consortium.html.j2
@@ -100,7 +100,9 @@
alt="{{ partner['id'] + ' avatar'}}">
</a>
</div>
- <h5 class="font-weight-bold grey-text mt-4 mb-3">{{ partner['contact_name'] }}, {{ partner['contact_role']
+ <p class="grey-text text-muted mt-4 mb-2">Team represented by</p>
+
+ <h5 class="font-weight-bold grey-text">{{ partner['contact_name'] }}, {{ partner['contact_role']
}} </h5>
<p class="grey-text text-muted"> {{ partner['role'] }} </p>
<div class="divider"></div>