equal
deleted
inserted
replaced
78 <div id="talks"> |
78 <div id="talks"> |
79 <h2>Your Registration</h2> |
79 <h2>Your Registration</h2> |
80 <p> |
80 <p> |
81 <a href="/edit-registration/{{ registration.id }}/" |
81 <a href="/edit-registration/{{ registration.id }}/" |
82 title="Edit">Edit Registration</a> |
82 title="Edit">Edit Registration</a> |
83 {% if registration.sponsor %} |
|
84 {% else %} |
|
85 | <a href="/invoice/" |
|
86 title="Your invoice (html)">Your invoice (html)</a> (<a href="/pdf_invoice/" |
|
87 title="Your invoice (pdf)">pdf</a>)</p> |
|
88 {% endif %} |
|
89 </p> |
83 </p> |
90 </div> |
84 </div> |
91 {% endif %} |
85 {% endif %} |
92 {% if talks %} |
86 {% if talks %} |
93 <div id="talks"> |
87 <div id="talks"> |