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

@@ -81,7 +81,7 @@
{% if user.is_authenticated and user|is_manager %}
<div class="grid_2 alpha dropdown">
<button class="grid_2 alpha button green small dropbtn">
Change Rower
{{ theuser.first_name }} {{ theuser.last_name }}
</button>
<div class="dropdown-content">
{% for member in user|team_members %}