~summit-hackers/summit/trunk

« back to all changes in this revision

Viewing changes to summit/schedule/templates/schedule/summit.html

  • Committer: mhall119
  • Author(s): Chris Johnston
  • Date: 2013-04-08 22:13:31 UTC
  • mfrom: (517.2.4 reg-form-links)
  • Revision ID: mhall119@ubuntu.com-20130408221331-sk06ro734ji2xgsx
Add links to register your attendance in Summit

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
<div class="row">
39
39
    <section class="span-8">
40
40
        {% if attendee %}
41
 
            <p>You are attending, you can update the days and times of your attendance <ins></ins>
42
 
                <a class="launchpad" href="http://launchpad.net/sprints/{{ summit.name }}/+attend"><img src="/media/img/gem-sm.png" /> Launchpad</a>.
 
41
        <p>You are registered as attending {{ summit.title }}. <a href="{% url registration summit %}">Update registration</a>.
43
42
            </p>
44
43
            <p>Download your 
45
44
                <a href="/{{ summit.name }}/participant/my_schedule_{{ attendee.secret_key }}.ical">Participation Schedule</a> to import into your Calendar.
46
45
            </p>
47
46
        {% else %}
48
47
            {% if request.user.is_authenticated %}
49
 
                <p><strong>You are not registered as attending.</strong></p>
50
 
                <p>You can register your attendance in
51
 
                    <a class="launchpad" href="http://launchpad.net/sprints/{{ summit.name }}/+attend"><img src="/media/img/gem-sm.png" /> Launchpad</a>.
52
 
                    If you have recently done so, wait a few minutes and reload this page.
53
 
                </p>
 
48
                <p><strong>You have not registered in Summit.</strong></p>
 
49
                <p><a class="link-cta" href="{% url registration summit %}">Register in Summit</a></p>
54
50
            {% else %}
55
51
                <p><strong>You are not logged in.</strong></p>
56
52
                <p><a href="/openid/login?next={{login_next}}">Log in now</a></p>