From e7b2c2ed3281b200e9189fdcacaf9cf18d5d8ba8 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Mon, 30 Aug 2021 11:40:15 +0200 Subject: [PATCH] Replace 'Authors' with 'Main Developers' and 'Code Contributors' --- cara/apps/templates/about.html.j2 | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cara/apps/templates/about.html.j2 b/cara/apps/templates/about.html.j2 index 59cc9f9a..200cdf17 100644 --- a/cara/apps/templates/about.html.j2 +++ b/cara/apps/templates/about.html.j2 @@ -42,8 +42,12 @@ Although the user is able to calculate the infection probability of a stand-alon
  • Etc…
  • -

    Authors:


    -{{ text_blocks['Authors'] }} + +

    Main Developers:


    +{{ text_blocks['Main Developers'] }} +
    +

    Code Contributors:


    +{{ text_blocks['Code Contributors'] }}

    Acknowledgements:


    {{ text_blocks['Acknowledgements'] }}