From 4a93f8dbaa9d611a30ce1ba6eecc85c240634016 2019-06-29 07:37:59 From: Christopher Neugebauer <_@chrisjrn.com> Date: 2019-06-29 07:37:59 Subject: [PATCH] Remove more instances of old dates --- diff --git a/pinaxcon/templates/registrasion/invoice/details.html b/pinaxcon/templates/registrasion/invoice/details.html index 838802b3bdda279cbfa8dd4a8deecc511f809544..bf992229a1bd1570d9d6dce389917a584d7a00f8 100644 --- a/pinaxcon/templates/registrasion/invoice/details.html +++ b/pinaxcon/templates/registrasion/invoice/details.html @@ -22,7 +22,7 @@ {% endblock %} {% block subheading %} - North Bay Python. November 3 & 4 2018. Petaluma, California. + North Bay Python. November 2 & 3 2019. Petaluma, California. {% endblock %} {% block invoice_intro %} diff --git a/pinaxcon/templates/static_pages/homepage.html b/pinaxcon/templates/static_pages/homepage.html index 6fe720576ee482e5ecc895d5916b3e064b4539e6..95df659bebb08f673f47f4130ea50a79f78a2c8f 100644 --- a/pinaxcon/templates/static_pages/homepage.html +++ b/pinaxcon/templates/static_pages/homepage.html @@ -6,7 +6,7 @@ {% load sponsorship_tags %} {% load schedule_tags %} -{% block head_title %}November 3 and 4, 2018{% endblock %} +{% block head_title %}November 2 and 3, 2019{% endblock %} {% block body_class %}home{% endblock %} @@ -43,11 +43,8 @@

- {% comment %} Talk proposal submissions are now open, until August 9th. - Submit your proposal now! - {% endcomment %} - Proposal submissions will be open soon! + Submit your proposal now!

diff --git a/pinaxcon/templates/static_pages/homepage0.html b/pinaxcon/templates/static_pages/homepage0.html deleted file mode 100644 index 2a24bf38682bc148c57c7218ae5ed1d81e770ebc..0000000000000000000000000000000000000000 --- a/pinaxcon/templates/static_pages/homepage0.html +++ /dev/null @@ -1,250 +0,0 @@ -{% extends "site_base_home.html" %} - -{% load i18n %} -{% load staticfiles %} -{% load thumbnail %} -{% load sponsorship_tags %} -{% load schedule_tags %} - -{% block head_title %}November 3 and 4, 2018{% endblock %} - -{% block body_class %}home{% endblock %} - -{% block body %} - -
-
-
-
-
-
-
-
-

North Bay Python

-

The Python conference in a live music venue

-
- -
-
-

- The Mystic Theatre
- Petaluma, California -

- -

- November 3 & 4, 2018
- Tickets on sale now! -

-
- - -
- -
- - -
- -
-
-

Speakers

- -
- -
-
-
-
-
-
-

Mariatta Wijaya

- Keynote Speaker -
- -
-
-
-
-
-
-

Robert M. "r0ml" Lefkowitz

- Keynote Speaker -
- - {% speakers as speakers %} - {% for speaker in speakers %} -
-
-
- {% if speaker.photo %} -
- {% else %} -
- {% endif %} -
-
- {% for presentation in speaker.all_presentations %} - -

{{ speaker.conferencespeaker.name }}

- {{ presentation.title }} -
- {% endfor %} -
- {% endfor %} - -{% comment %} -
-
-
-
-
-
-

VM Brasseur

- Speaker Training -
- -
-{% endcomment %} -
- - -
- - -
-
-
-

Downtown Petaluma

- -

North Bay Python's home is Petaluma, a delightfully quaint dairy town, nestled on a river at the edge of California's Wine Country. Here's what you can look forward to:

- -
    -
  • An historic venue with countless restaurants and coffee shops in walking distance
  • -
  • World-famous craft food and drink producers on your doorstep
  • -
  • Charming small-town hotels, as close as one block away
  • -
- -

… and it's only an hour away from San Francisco (on a good day).

-
- - -
- -
-
-

Sponsors

- - {% sponsor_levels as levels %} - - -
- - -
- -
-
-
-

Inclusion and Diversity

- -

North Bay Python is proud to be founded on a commitment to inclusion and diversity. Here's what we commit to:

- -
    -
  • A strong Code of Conduct and enforcement policy built on the Python Software Foundation's PyCon US policy.
  • -
  • Diversity targets for speakers and attendees.
  • -
  • Financial assistance for speakers who need it.
  • -
  • Low-cost tickets, with fees enthusiastically waived on request.
  • -
-
- - -
- -{% endblock %}