Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-07-05 22:37:49 +02:00
parent 273b9a9bb6
commit a0ce933a49
4 changed files with 11 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
{{ athlete.first_name }} {{ athlete.last_name }}
</h1>
<p>
<table>
<table class="listtable shortpadded">
{% for result in results %}
<tr>
<td>{{ result.order }}</td><td>{{ result.race.name }}</td>

View File

@@ -17,16 +17,19 @@
</head>
<body>
<main class="content">
<div>
<a href="/boatmovers/">Ranglijst</a>
<a href="/boatmovers/faq/">F.A.Q.</a>
</div>
{% if WARNING_MESSAGE != '' %}
<p class="message">
{{ WARNING_MESSAGE }}
</p>
{% endif %}
{% if messages %}
{% for message in messages %}
<p>
<p class="successmessage">
{{ message|safe }}
</p>
{% endfor %}
@@ -35,6 +38,7 @@
{% block main %}
{% endblock %}
</main>
</body>
</html>

View File

@@ -4,7 +4,7 @@
{{ crew.name }}
</h1>
<p>
<table>
<table class="listtable shortpadded">
<tr>
<th>Athlete</th>
<th>&nbsp;</th>