Changeset - 6b9e083a27c3
[Not reviewed]
0 2 0
Christopher Neugebauer - 7 years ago 2017-08-13 16:01:42
chrisjrn@gmail.com
Americanise^W Americanizes the dates on the home page.
2 files changed with 2 insertions and 4 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/_default_sidebar.html
Show inline comments
 
{% load sponsorship_tags %}
 
{% load thumbnail %}
 
{% load pinax_boxes_tags %}
 

	
 
{% sponsor_levels as levels %}
 

	
 
<hr />
 

	
 
<h3>Sponsors</h3>
 

	
 
<div class="sponsor-list">
 
    {% for level in levels %}
 
        {% if level.sponsors %}
 

	
 
          <div style="height: 1em; "></div>
 

	
 
          <h4>{{ level.name }}</h4>
 

	
 
          {% for sponsor in level.sponsors %}
 
              <div>
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -20,26 +20,26 @@
 
    <div class="container homepage-block-content">
 

	
 
      <div class="tight-headings">
 
        <h1>North Bay Python</h1>
 
        <h3>A Python conference north of the Golden Gate</h3>
 
      </div>
 

	
 
        <h3>
 
          The Mystic Theatre</br>
 
          Petaluma, California
 
        </h3>
 
        <h4>
 
          <strong>2017 conference:</strong> 2 &amp; 3 December <br/>
 
          Talk submissions close 29 September
 
          <strong>2017 conference:</strong> December 2 &amp; 3 <br/>
 
          Talk submissions close September 29
 
        </h4>
 

	
 
      </div>
 

	
 
      <div class="container homepage-block-footer">
 

	
 
        <div class="btn-group">
 
          <a class="btn btn-lg btn-primary btn-shadow" href="/dashboard">Submit a proposal</a>
 
        </div>
 
      </div>
 

	
 
    </div>
0 comments (0 inline, 0 general)