From 53b3b22e262aeaa1942552e6e53689ba0a283087 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Mon, 3 Apr 2017 19:15:24 +0000 Subject: [PATCH] Add registration link, but note that early bird is not open yet, other minor fixes --- templates/base.html | 1 + templates/base_cfp.html | 1 + templates/context.json | 2 +- templates/pages/index.html | 2 +- templates/pages/tickets.html | 12 +++++++++--- 5 files changed, 13 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index 6312093..af510c4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -173,6 +173,7 @@
  • Home
  • {{menulink("about", "About")}} {{menulink("callforpapers", "Call for Papers")}} + {{menulink("tickets", "Registration")}} {{menulink("venue", "Venue & Hotel")}} {{menulink("sponsors", "Sponsors")}} diff --git a/templates/base_cfp.html b/templates/base_cfp.html index 0854459..5fd8db8 100644 --- a/templates/base_cfp.html +++ b/templates/base_cfp.html @@ -164,6 +164,7 @@
  • Home
  • {{menulink("about", "About")}} {{menulink("callforpapers", "Call for Papers")}} + {{menulink("tickets", "Registration")}} {{menulink("venue", "Venue & Hotel")}} {{menulink("sponsors", "Sponsors")}} diff --git a/templates/context.json b/templates/context.json index e9d3009..9f74cba 100644 --- a/templates/context.json +++ b/templates/context.json @@ -37,7 +37,7 @@ "logo": "amazon-web-services.png", "largelogo": "amazon-web-services.png", "badgelogo": "amazon-web-services.png", - "link": "://aws.amazon.com/", + "link": "https://aws.amazon.com/", "intro": "Amazon Web Services" } ], diff --git a/templates/pages/index.html b/templates/pages/index.html index 9f7f71b..7460200 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -55,7 +55,7 @@

    Important Dates


    -

    Training: September 6th
    Conference: September 7th-8th

    +

    Training: September 6th
    Conference: September 7th-8th


    diff --git a/templates/pages/tickets.html b/templates/pages/tickets.html index e5a198d..3c082fd 100644 --- a/templates/pages/tickets.html +++ b/templates/pages/tickets.html @@ -18,7 +18,10 @@

    Welcome to the PostgresOpen 2017 Registration section!

    Our newly updated ticketing and registration interface works in tandem with your postgresql.org community credentials. If you do not have a login you will be asked to create one.

    (Please note, your community account will not be shared or spammed in accordance with our policies).

    -

    If you’re ready to acquire tickets - click here!

    +

    Early Bird Registration will be opening on May 15th, 2017!

    + @@ -61,9 +64,12 @@
  • Once your payment has been authorized, you will be redirected back to our Postgres Open site and a copy of the transaction receipt will be emailed to you in PDF format.
  • -

    Purchase tickets!

    +

    Early Bird Registration will be opening on May 15th, 2017!

    +

    Please let us know if you have any questions or issues with the registration system: program2017@postgresopen.org

    -

    Don’t forget to book your room at the Parc 55

    +

    Don’t forget to book your room at the Parc 55

    -- 2.39.5