Changeset - cfef219d1671
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-10-06 03:35:17
tobias@localhost.localdomain
Change accom page
1 file changed with 25 insertions and 13 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/flatpages/accommodation.html
Show inline comments
...
 
@@ -26,3 +26,2 @@
 

	
 
{% if request.user.is_authenticated and request.user.attendee %}
 
<div class="row">
...
 
@@ -45,2 +44,3 @@
 
      <p class="book-now">
 
        {% if request.user.is_authenticated and request.user.attendee %}
 
        <a href="https://www.canterbury.ac.nz/life/accommodation/halls/apply/lca2019" rel="noreferrer noopener">
...
 
@@ -48,2 +48,5 @@
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
...
 
@@ -64,6 +67,5 @@
 
      </p>
 
      <p>
 
        <strong>Use discount code LINUX2019 when booking.</strong>
 
      </p>
 
      <p class="book-now">
 
        {% if request.user.is_authenticated and request.user.attendee %}
 
        <strong>Use discount code LINUX2019 when booking.</strong>
 
        <a href="https://app-apac.thebookingbutton.com/properties/campuslivingDirect?check_in_date=20-01-2019&check_out_date=26-01-2019&number_adults=2" rel="noreferrer noopener">
...
 
@@ -71,2 +73,5 @@
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
...
 
@@ -108,2 +113,3 @@
 
      <p class="book-now">
 
        {% if request.user.is_authenticated and request.user.attendee %}
 
        <a href="http://doubletree.hilton.com/en/dt/groups/personalized/C/CHCNZDI-GCEHL-20180820/index.jhtml" rel="noreferrer noopener">
...
 
@@ -111,2 +117,5 @@
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
...
 
@@ -131,2 +140,3 @@
 
      <p class="book-now">
 
        {% if request.user.is_authenticated and request.user.attendee %}
 
        <a href="https://accorconferences.co.nz/custom-offers/linux-lca-conference-2019" rel="noreferrer noopener">
...
 
@@ -134,2 +144,5 @@
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
...
 
@@ -155,2 +168,3 @@
 
      <p class="book-now">
 
        {% if request.user.is_authenticated and request.user.attendee %}
 
        <a href="https://accorconferences.co.nz/custom-offers/linux-lca-conference-2019" rel="noreferrer noopener">
...
 
@@ -158,2 +172,5 @@
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
...
 
@@ -178,2 +195,3 @@
 
      <p class="book-now">
 
        {% if request.user.is_authenticated and request.user.attendee %}
 
        <a href="https://www.choicehotels.com/reservations/groups/WY68U" rel="noreferrer noopener">
...
 
@@ -181,2 +199,5 @@
 
        </a>
 
        {% else %}
 
        Register to show discount code
 
        {% endif %}
 
      </p>
...
 
@@ -208,11 +229,2 @@
 
</div>
 
{% else %}
 
<div class="row">
 
  <div class="col-md-1"></div>
 
  <div class="col-12 col-md-10 content text-page">
 
    <h2>Providers</h2>
 
    <p>Please register for conference attendance first.</p>
 
  </div>
 
</div>
 
{% endif %}
 

	
0 comments (0 inline, 0 general)