forked from expo/troggle
JSON link
This commit is contained in:
@@ -5,21 +5,21 @@
|
|||||||
{% block title %}Cambridge Expeditions to Austria{% endblock %}
|
{% block title %}Cambridge Expeditions to Austria{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<title>Loser Expo {{year}} Sign-up Form Completed</title>
|
<title>Loser Expo {{year}} Sign-up Form Completed</title>
|
||||||
|
<br /><h1>Expo {{year}}<br /> {{dates}}</h1>
|
||||||
<h1>Expo {{year}} {{dates}}</h1>
|
|
||||||
|
|
||||||
|
|
||||||
<div id="col1">
|
<div id="col1">
|
||||||
{% if signup_user %}
|
{% if signup_user %}
|
||||||
<h3>You have signed up to attend the next Expo</h3>
|
<h3>You have signed up to attend the next Expo</h3>
|
||||||
|
Your signup has been registered.
|
||||||
{% else %}
|
{% else %}
|
||||||
<h3>Signup confirmation: NOBODY</h3>
|
<h3>Signup confirmation: NOBODY</h3>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="indent">
|
<p class="indent">
|
||||||
You have signed up as <b>{{signup_user.username}}</b> - <em>{{signup_user.email}}</em>
|
You have signed up as <b>{{signup_user.username}}</b> - <em>{{signup_user.email}}</em>
|
||||||
<br />
|
<br />
|
||||||
Your signup has been registered.
|
|
||||||
<p class="indent">
|
<p class="indent">
|
||||||
Please now register your email on the email announcements list if
|
Please now register your email on the email announcements list if
|
||||||
you have not already done so:
|
you have not already done so:
|
||||||
@@ -35,8 +35,11 @@ you have not already done so:
|
|||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
<p class="indent">
|
<p class="indent">
|
||||||
This is the beginning of becoming part of the team for Expo {{year}}. There are training events and
|
This is the beginning of becoming part of the team for Expo {{year}}. <br />
|
||||||
organisation to do, kit-lists to organise, and your dates on expo need to be agreed with Expo. We
|
There are training events and
|
||||||
|
organisation to do, kit-lists to organise, and your dates on expo need to be agreed with Expo.
|
||||||
|
<br />
|
||||||
|
We
|
||||||
particularly need adequate manpower to de-rig the caves and pack up at the end of Expo.
|
particularly need adequate manpower to de-rig the caves and pack up at the end of Expo.
|
||||||
<p class="indent">
|
<p class="indent">
|
||||||
You next jobs to do: see the <a href="/kanboard/board/2">Expo Kanboard</a>.
|
You next jobs to do: see the <a href="/kanboard/board/2">Expo Kanboard</a>.
|
||||||
@@ -48,7 +51,11 @@ Cavers who have signed up to attend so far:
|
|||||||
<li><b>{{caver}}</b><br />
|
<li><b>{{caver}}</b><br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
<br />
|
<br /><span style="font-size: 70%; "><details><summary>
|
||||||
|
JSON <br>
|
||||||
|
</summary>
|
||||||
|
<a href="/encrypted/{{year}}/signups.json">{{year}/signups.json
|
||||||
|
</details>
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user