diff --git a/_layouts/event.html b/_layouts/event.html index e3348d3d777d61..f4d4af5d11ca05 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -173,7 +173,7 @@

Get set up for the course!

Follow the steps below to get set up with everything you need to participate in the course!

- {% unless event.infrastructure.no_galaxy %} + {% if event.infrastructure.servers %}
@@ -181,7 +181,6 @@

Get set up for the course!

- {% if event.infrastructure.servers %}
Create a Galaxy Account

@@ -199,11 +198,10 @@

Create a Galaxy Account
Note: If you already have a Galaxy account you can skip this step and just log in to your existing account.

- {% endif %}
- {% endunless %} + {% endif %} {% if event.infrastructure.tiaas %} diff --git a/bin/schema-event.yaml b/bin/schema-event.yaml index 52c6f69ca13363..68ad30cf7b48b0 100644 --- a/bin/schema-event.yaml +++ b/bin/schema-event.yaml @@ -324,6 +324,8 @@ mapping: type: bool description: | Set to `true` to disable the automatic "register for a galaxy account" card. + + Helena has deprecated this and set this to automatically hide the card if event.infrastructures.servers is empty, which makes sense? It is weird to say "register an account" without saying where to do that? tags: type: seq sequence: