Private
Public Access
1
0

adding names of athlete to alert pages

This commit is contained in:
Sander Roosendaal
2019-08-19 21:53:39 +02:00
parent eaf144503e
commit 6998ab9306
4 changed files with 7 additions and 4 deletions

View File

@@ -30,7 +30,7 @@
<form action="" method="post">
<ul class="main-content">
<li class="grid_2">
<h2>Alert</h2>
<h2>New Alert for {{ rower.user.first_name }}</h2>
<p>
{{ formset.management_form }}
{% csrf_token %}