diff options
Diffstat (limited to 'project/templates')
-rw-r--r-- | project/templates/registration/regstats.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/project/templates/registration/regstats.html b/project/templates/registration/regstats.html index accdaf6..b5aeeea 100644 --- a/project/templates/registration/regstats.html +++ b/project/templates/registration/regstats.html @@ -22,6 +22,14 @@ <td>Sprint</td> <td>{{ sprint_num }}</td> </tr> +<tr> + <td>Male participants requesting accommodation</td> + <td>{{ male }}</td> +</tr> +<tr> + <td>Female participants requesting accommodation</td> + <td>{{ female }}</td> +</tr> {% for acco in acco_days %} <tr> <td>Accommodation on {{ forloop.counter|add:"11" }}</td> |