From 955cd0217cfee38d5c1067bfa75867b87f0e3b0a Mon Sep 17 00:00:00 2001 From: Cameron Hyde Date: Tue, 9 Jul 2024 06:53:55 +1000 Subject: [PATCH] conclusion_extra for EU --- subdomains/singlecell/main.yml | 4 ++-- subdomains/singlecell/templates/conclusion.html | 13 ++++++++++++- subdomains/singlecell/usegalaxy.eu.yml | 16 +++++++++++----- subdomains/singlecell/usegalaxy.org.au.yml | 4 ++++ subdomains/singlecell/usegalaxy.org.yml | 5 ++++- 5 files changed, 33 insertions(+), 9 deletions(-) diff --git a/subdomains/singlecell/main.yml b/subdomains/singlecell/main.yml index c0a680af..070c10ac 100644 --- a/subdomains/singlecell/main.yml +++ b/subdomains/singlecell/main.yml @@ -20,7 +20,7 @@ root_domain: usegalaxy.org.au # This will enable a feedback form on the webpage: # feedback_email: help@mygalaxy.org -support_url: https://help.usegalaxy.org.au +support_url: https://help.galaxyproject.org help_links: - title: "Single Cell community help forum" url: "https://usegalaxy-eu.github.io/scrna" @@ -34,7 +34,7 @@ help_links: url: "https://matrix.to/#/#usegalaxy-eu_Lobby:gitter.im" - title: "Usegalaxy.org chat" url: "https://matrix.to/#/#galaxyproject_Lobby:gitter.im" - +conclusion_extra_md: "" # ----------------------------------------------------------------------------- # Custom content relative to this file URL diff --git a/subdomains/singlecell/templates/conclusion.html b/subdomains/singlecell/templates/conclusion.html index 7e92df8b..1cef34b7 100644 --- a/subdomains/singlecell/templates/conclusion.html +++ b/subdomains/singlecell/templates/conclusion.html @@ -1,6 +1,8 @@ +{% load markdown %} +
{% if help_links %} -

Community support for {{ nationality }} Single Cell and Spatial Omics research

+

Single Cell and Spatial Omics community support

+{% if feedback_email %}

What do you think of the {{ lab_name }}?

+{% endif %} + + + +
+ {{ conclusion_extra_md|safe }} +
+