race edit form
This commit is contained in:
@@ -10,6 +10,12 @@
|
||||
|
||||
<h1>{{ race.name }}</h1>
|
||||
|
||||
{% if request.user == race.manager %}
|
||||
<div class="grid_2 alpha">
|
||||
<p>
|
||||
<a href="/rowers/virtualevent/{{ race.id }}/edit" class="button gray small">Edit</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
@@ -40,6 +46,9 @@
|
||||
<tr>
|
||||
<th>Contact Phone</th><td>{{ race.contact_phone }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Comment</th><td>{{ race.comment }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user