diff --git a/rowers/templates/templatelibrary.html b/rowers/templates/templatelibrary.html index 55754986..7fe46fa4 100644 --- a/rowers/templates/templatelibrary.html +++ b/rowers/templates/templatelibrary.html @@ -27,7 +27,7 @@
Sharing a session makes it available to all Rowsandall users on Self-Coach and Coach plans, so they can use it in their own training plans. You can make the session private again at any time, but users - can save your session in their own private libraries. + can save your session in their own private libraries. Click on the lock icon to toggle sharing/private.
| Type | Mode | Value | -Private/Public | +Private/Shared | Edit | Copy to Calendar | -Share | -Make Private | Delete | @@ -59,9 +57,23 @@{{ ps.sessionvalue }} {{ ps.sessionunit }} | {% if ps.is_public %} - + {% if ps.manager == request.user %} + + + + {% else %} + + {% endif %} {% else %} - + {% if ps.manager == request.user %} + + + + {% else %} + + {% endif %} {% endif %} |
|---|