Private
Public Access
1
0

change rower replaced with name

This commit is contained in:
Sander Roosendaal
2018-04-01 20:15:52 +02:00
parent f479d7438b
commit d6c471d0e0
16 changed files with 15 additions and 17 deletions

View File

@@ -12,7 +12,7 @@
</div>
<div class="grid_2 suffix_2 omega dropdown">
<button class="grid_2 alpha button green small dropbtn">
Change Rower
{{ rower.user.first_name }} {{ rower.user.last_name }}
</button>
<div class="dropdown-content">
{% for rower in user|team_rowers %}