Changeset - 4a93f8dbaa9d
[Not reviewed]
1 2 0
Christopher Neugebauer - 5 years ago 2019-06-29 07:37:59
_@chrisjrn.com
Remove more instances of old dates
3 files changed with 3 insertions and 256 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/registrasion/invoice/details.html
Show inline comments
...
 
@@ -19,13 +19,13 @@
 
  {% else %}
 
    Pending Registration
 
  {% endif %}
 
{% 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 %}
 
  {% if invoice.is_unpaid %}
 
    This is a registration summary for North Bay Python 2018. It is not confirmed until paid in full.
 
  {% elif invoice.is_void %}
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -3,13 +3,13 @@
 
{% load i18n %}
 
{% load staticfiles %}
 
{% load thumbnail %}
 
{% 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 %}
 

	
 
{% block body %}
 

	
 
  <div class="homepage-block-bg website-background"></div>
...
 
@@ -40,17 +40,14 @@
 

	
 
  <div class="jumbotron homepage-block dark shallow">
 
    <div class="container homepage-block-footer">
 
      <div class="row">
 
        <div class="col-md-8">
 
          <p class="">
 
            {% comment %}
 
            <span class="wrap-break">Talk proposal submissions are now open, until August 9th.</span>
 
            <span class="wrap-break">Submit your proposal now!</span>
 
            {% endcomment %}
 
            <span class="wrap-break">Proposal submissions will be open soon!</span>
 
            <span class="wrap-break"><a href="/speak">Submit your proposal now!</a></span>
 
          </p>
 
        </div>
 
        <div class="col-md-4  email-signup-panel">
 
          <div class="panel panel-default">
 
            <div class="panel-heading">
 
              <h2 class="panel-title homepage-title">Sign up for our newsletter</h4>
pinaxcon/templates/static_pages/homepage0.html
Show inline comments
 
deleted file
0 comments (0 inline, 0 general)