Changeset - 85d2ce4549a8
[Not reviewed]
0 1 0
Tobias - 6 years ago 2018-10-06 01:06:24
tobias@localhost.localdomain
Remove panel classes from _categories template
1 file changed with 11 insertions and 17 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/symposion/dashboard/_categories.html
Show inline comments
...
 
@@ -36,32 +36,26 @@
 
    <div class="col-12 text-primary">
 
      <h3>Register</h3>
 
      <p>To attend the conference, you must create an attendee profile and purchase your ticket</p>
 
      <a class="btn btn-lg btn-primary" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
 
      <div class="mt-auto">
 
        <a class="btn btn-primary" role="button" href="{% url "guided_registration" %}">Get your ticket</a>
 
      </div>
 
    </div>
 
    </div>
 
  </div>
 
</div>
 
    {% else %}
 
    <div class="col-md-6 my-3 text-primary d-flex flex-column">
 
      <div class="panel panel-default">
 
        <div class="panel-heading">
 
          <h3>Attendee Profile</h3>
 
        </div>
 
        <div class="panel-body">
 
          <p>If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile here.</p>
 
          <a class="btn btn-lg btn-primary pull-right" role="button" href="{% url "attendee_edit" %}">Edit attendee profile</a>
 
        </div>
 
      <h3>Attendee Profile</h3>
 
      <p>If you would like to change the details on your badge or your attendee statistics, you may edit your attendee profile here.</p>
 
      <div class="mt-auto">
 
        <a class="btn btn-lg btn-primary" role="button" href="{% url "attendee_edit" %}">Edit attendee profile</a>
 
      </div>
 
    </div>
 
    <div class="col-md-6 my-3 text-primary d-flex flex-column">
 
      <div class="panel panel-default">
 
        <div class="panel-heading">
 
          <h3>Account Management</h3>
 
        </div>
 
        <div class="panel-body">
 
          <p>If you would like to change your registered email address or password, you can use our self-service account management portal</p>
 
          <a class="btn btn-lg btn-primary pull-right" role="button" href="https://login.linux.conf.au/manage/">Account Management</a>
 
        </div>
 
      <h3>Account Management</h3>
 
      <p>If you would like to change your registered email address or password, you can use our self-service account management portal</p>
 
      <div class="mt-auto">
 
        <a class="btn btn-lg btn-primary" role="button" href="https://login.linux.conf.au/manage/">Account Management</a>
 
      </div>
 
    </div>
 
  </div>
0 comments (0 inline, 0 general)