Changeset - 7d17ee1ef234
[Not reviewed]
0 3 0
Christopher Neugebauer - 5 years ago 2019-08-31 01:38:04
_@chrisjrn.com
Add updated ticket sales info
3 files changed with 25 insertions and 22 deletions:
0 comments (0 inline, 0 general)
pinaxcon/registrasion/management/commands/populate_inventory.py
Show inline comments
...
 
@@ -13,3 +13,3 @@ from symposion import proposals
 
class Command(BaseCommand):
 
    help = 'Populates the inventory with the NBPy2018 inventory model'
 
    help = 'Populates the inventory with the NBPy2019 inventory model'
 

	
...
 
@@ -67,2 +67,3 @@ class Command(BaseCommand):
 
        )
 
        '''
 
        self.t_shirt = self.find_or_make(
...
 
@@ -79,2 +80,3 @@ class Command(BaseCommand):
 
        )
 
        '''
 
        self.extras = self.find_or_make(
...
 
@@ -184,2 +186,3 @@ class Command(BaseCommand):
 
        # Shirts
 
        '''
 
        ShirtGroup = namedtuple("ShirtGroup", ("prefix", "sizes"))
...
 
@@ -217,2 +220,3 @@ class Command(BaseCommand):
 
                )
 
        '''
 

	
...
 
@@ -363,3 +367,3 @@ class Command(BaseCommand):
 
            description="Early Bird",
 
            end_time=datetime(year=2018, month=9, day=30),
 
            end_time=datetime(year=2019, month=9, day=20),
 
            limit=100,  # Across all users
...
 
@@ -394,3 +398,3 @@ class Command(BaseCommand):
 
        ])
 
        free_category(ticket_prolike_inclusions, self.t_shirt)
 
        # free_category(ticket_prolike_inclusions, self.t_shirt)
 

	
...
 
@@ -407,2 +411,4 @@ class Command(BaseCommand):
 

	
 
        '''
 

	
 
        # Team & volunteer t-shirts, regardless of ticket type
...
 
@@ -417,3 +423,5 @@ class Command(BaseCommand):
 
        ])
 
        free_category(staff_t_shirts, self.t_shirt, quantity=2)
 
        free_category(staff_t_shirts, self.t_shirt, quantity=2
 

	
 
        '''
 

	
pinaxcon/templates/static_pages/attend/attend.html
Show inline comments
...
 
@@ -29,3 +29,3 @@
 

	
 
<p><em><a href="/attend/tshirt">T-shirts</a> are only available for tickets bought before October 9th.</em></p>
 
<p><em>Early Bird Discounts are available for the first 50 tickets sold tickets bought before September 20th.</em></p>
 

	
...
 
@@ -35,3 +35,3 @@
 

	
 
<p>Includes a free t-shirt, and recognition of your affiliation on your conference badge and on the conference supporters list. Group discounts are available for organizations that buy 5 or more tickets.</p>
 
<p>Includes recognition of your affiliation on your conference badge and on the conference supporters list. Group discounts are available for organizations that buy 5 or more tickets.</p>
 

	
...
 
@@ -41,3 +41,3 @@
 

	
 
<p>This ticket includes a free t-shirt, and recognition of your Free and Open Source Software, hobby, or nonprofit project on your conference badge.</p>
 
<p>This ticket includes recognition of your of your affiliation on your conference badge.</p>
 

	
...
 
@@ -47,3 +47,3 @@
 

	
 
<p>The cheapest ticket we can offer. You can add a t-shirt for $30.</p>
 
<p>The cheapest ticket we can offer.</p>
 

	
...
 
@@ -90,8 +90,5 @@
 
  <td> No </td><td> No </td><td> No </td><td> No </td></tr>
 
<tr>
 
  <th>T-Shirt</th>
 
  <td>$30 each</td><td>1 free</br>Extras $30 each</td><td>1 free</br>Extras $30 each</td><td>1 free</br>Extras $30 each</td></tr>
 
<tr>
 
  <th>Affiliation on your badge</th>
 
  <td> No </td><td>Personal projects only</td><td> Yes </td><td>Yes</td></tr>
 
  <td> No </td><td>Yes</td><td> Yes </td><td>Yes</td></tr>
 
<tr>
...
 
@@ -122,3 +119,3 @@
 

	
 
<p>To make up for it, we’ve located our conference right in the middle of Historic Downtown Petaluma’s restaurant district. You can find everything from market delis and barbecue, through to Michelin-rated restaurants, all within 5 minutes walk. You’ll get a better lunch than we’d ever be able to cater, for much less. We'll have a locals' guide to Petaluma to help you find places to eat.</p>
 
<p>To make up for it, we’ve located our conference right in the middle of Historic Downtown Petaluma’s restaurant district. You can find everything from market delis and California barbecue, through to Michelin-recommended restaurants, all within 5 minutes walk. You’ll get a better lunch than we’d ever be able to cater, for much less. We'll have a locals' guide to Petaluma to help you find places to eat.</p>
 

	
...
 
@@ -128,5 +125,3 @@
 
<h3>T-Shirt</h3>
 
<p>We’ll be designing a collectible North Bay Python t-shirt for you to pick up at the conference, and they’ll be <a href="/attend/tshirt">available in a variety of sizes, cuts and colors</a>. Each t-shirt costs $30, and for supporter, corporate, and sponsor ticket holders, you’ll get your first t-shirt free!</p>
 

	
 
<p>T-shirts are available only for tickets purchased by Wednesday, October 9th.</p>
 
<p>We’ll be designing a collectible North Bay Python t-shirt for sale on-line by the time the conference comes around, and they’ll be available in a variety of sizes, cuts and colors.</p>
 

	
...
 
@@ -151,4 +146,4 @@
 

	
 
<h3>Financial Aid</h3>
 
<p>If you don't have an employer paying to send you to North Bay Python, we encourage you to <a href="/attend/finaid">apply for financial aid</a>. We can help defray the cost of travel, food, and lodging, as our goal is for attending North Bay Python to cost you about as much as staying home.</p>
 
<h3>Opportunity grants</h3>
 
<p>If you don't have an employer paying to send you to North Bay Python, we encourage you to <a href="/attend/finaid">apply for an opportunity grant</a>. We can help defray the cost of travel, food, and lodging, as our goal is for attending North Bay Python to cost you about as much as staying home.</p>
 

	
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -45,6 +45,6 @@
 
          <p class="">
 
            <span class="wrap-break">Ticket Sales open soon!</span>
 
            {%comment%}
 
            <span class="wrap-break"><a href="/speak">Submit your proposal now!</a></span>
 
            {%endcomment%}
 
            {% comment %}
 
            <span class="wrap-break"><a href="/attend">Early Bird Tickets on sale now!</a></span>
 
            <span class="wrap-break">Session and Headline Speakers announced soon.</span>
 
            {% endcomment %}
 
          </p>
0 comments (0 inline, 0 general)