diff --git a/rowers/templates/menu_profile.html b/rowers/templates/menu_profile.html index 11c21fe0..1315e599 100644 --- a/rowers/templates/menu_profile.html +++ b/rowers/templates/menu_profile.html @@ -1,3 +1,5 @@ +{% load staticfiles %} +{% load rowerfilters %}
+ + +{% endif %} diff --git a/rowers/templates/menu_teams.html b/rowers/templates/menu_teams.html index d6c62fc8..b98bc6c2 100644 --- a/rowers/templates/menu_teams.html +++ b/rowers/templates/menu_teams.html @@ -1,24 +1,101 @@ +{% load staticfiles %} +{% load rowerfilters %}
+ +{% if teams %} +
+ +{% if memberteams %} +
-
- Please correct the error{{ form.errors|pluralize }} below. -
- {% endif %} +{% block main %} ++ Please correct the error{{ form.errors|pluralize }} below. +
+{% endif %} --
| Name | -- |
|---|
| Name | ++ |
|---|---|
| - {{ team.name }} + {{ team.name }} |
-
- Leave
-
+ Leave
|
You are not a member of any team.
- {% endif %} - - +| Name | @@ -60,21 +53,16 @@ {% endfor %}
|---|
- {% endif %} - - + + {% endif %} -
Number of members: {{ clubsize }}
Maximum club size: {{ max_clubsize }}
{% if myteams %} -| Name | @@ -88,31 +76,25 @@ {{ team.name }}
-
- Delete
-
+ Delete
|
|---|
- {% endif %} - -
This section lists open invites to join a team. By accepting a team invite, you are agreeing with the sharing of personal data between team members and coaches according to our privacy policy.
- +As a team manager, by accepting a team invite, you are agreeing with privacy policy regarding teams and personal data owned by team members.
@@ -177,8 +159,7 @@ {% endfor %}{% endif %} -