Changeset - ed7ae7e3e5e7
[Not reviewed]
0 4 0
Tobias - 6 years ago 2018-09-30 04:00:38
tobias@localhost.localdomain
Shirt order and link fixes
4 files changed with 21 insertions and 21 deletions:
0 comments (0 inline, 0 general)
fixtures/2019_registrasion.json
Show inline comments
...
 
@@ -304,3 +304,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 10
 
    "order": 70
 
  }
...
 
@@ -317,3 +317,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 20
 
    "order": 80
 
  }
...
 
@@ -330,3 +330,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 30
 
    "order": 90
 
  }
...
 
@@ -343,3 +343,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 40
 
    "order": 100
 
  }
...
 
@@ -356,3 +356,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 50
 
    "order": 110
 
  }
...
 
@@ -369,3 +369,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 60
 
    "order": 120
 
  }
...
 
@@ -382,3 +382,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 80
 
    "order": 10
 
  }
...
 
@@ -395,3 +395,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 90
 
    "order": 20
 
  }
...
 
@@ -408,3 +408,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 100
 
    "order": 30
 
  }
...
 
@@ -421,3 +421,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 110
 
    "order": 40
 
  }
...
 
@@ -434,3 +434,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 120
 
    "order": 50
 
  }
...
 
@@ -447,3 +447,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 130
 
    "order": 60
 
  }
...
 
@@ -460,3 +460,3 @@
 
    "reservation_duration": "01:00:00",
 
    "order": 75
 
    "order": 130
 
  }
pinaxcon/templates/flatpages/homepage.html
Show inline comments
...
 
@@ -33,3 +33,3 @@ crossorigin=""></script>
 
      </div>
 
      <a id="register-link" class="btn btn-secondary border-primary text-primary" href="/dashboard/">Register</a>
 
      <a id="register-link" class="btn btn-secondary border-primary text-primary" href="/tickets/register">Register</a>
 

	
...
 
@@ -48,3 +48,3 @@ crossorigin=""></script>
 
  </div>
 
  
 

 
  <div class="col-12 col-xl-6 content pt-5 pb-xl-5">
...
 
@@ -56,5 +56,5 @@ crossorigin=""></script>
 
    </p>
 
    
 

 
  </div>
 
  
 

 
  <div class="col-12 col-xl-6 content pt-xl-5 pb-5">
...
 
@@ -70,3 +70,3 @@ crossorigin=""></script>
 
  </div>
 
  
 

 
  <div class="col-12 content homepage-venue pt-xl-5 pt-2">
pinaxcon/templates/flatpages/tickets_prices.html
Show inline comments
...
 
@@ -15,3 +15,3 @@
 
      <h2>Purchase your tickets
 
        <a id="register-link" class="btn btn-secondary border-primary text-primary float-right" href="/dashboard/">Register</a>
 
        <a id="register-link" class="btn btn-secondary border-primary text-primary float-right" href="/tickets/register">Register</a>
 
      </h2>
pinaxcon/templates/registrasion/discount_list.html
Show inline comments
 
{% if discounts %}
 
<div class="my-4">
 
<div class="my-4 py-4 px-4 bg-primary text-secondary">
 
  <h2>Discounts and Complimentary Items</h2>
 
  <p>The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. This discounts will be applied automatically when you check out.</p>
 
  <p>The following discounts and complimentary items are available to you. If you wish to take advantage of this offer, you must choose your items below. The discounts will be applied automatically when you check out.</p>
 
  {% regroup discounts by discount.description as discounts_grouped %}
0 comments (0 inline, 0 general)