diff options
author | Parker Berberian <pberberian@iol.unh.edu> | 2018-10-26 11:43:48 -0400 |
---|---|---|
committer | Parker Berberian <pberberian@iol.unh.edu> | 2018-10-26 11:43:48 -0400 |
commit | b998aa1e8a0a76eedba9d40c40a9d2c5bfeb3d47 (patch) | |
tree | 34e469b02124dd249eb629a90513f222216bead6 /dashboard/src/templates/booking/steps/booking_meta.html | |
parent | d6e337fa62c32155941333fe8fedc28e4f663700 (diff) |
Improved Collaborators UX
Some small improvements based on feedback from Trevor.
- Changed lable from "users" to "collaborators" to try and be more clear
- Do not show your own name in the dropdown by default
- You cannot select yourself as a collaborator
Change-Id: Ie2e9070232765ed9eabe6657924ed8addaa0165a
Signed-off-by: Parker Berberian <pberberian@iol.unh.edu>
Diffstat (limited to 'dashboard/src/templates/booking/steps/booking_meta.html')
-rw-r--r-- | dashboard/src/templates/booking/steps/booking_meta.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/src/templates/booking/steps/booking_meta.html b/dashboard/src/templates/booking/steps/booking_meta.html index fa8f7a9..a42e158 100644 --- a/dashboard/src/templates/booking/steps/booking_meta.html +++ b/dashboard/src/templates/booking/steps/booking_meta.html @@ -43,7 +43,8 @@ <div class="panel panel_center"> </div> <div class="panel"> - {% bootstrap_field form.users %} + <p>You may add collaborators on your booking to share resources with coworkers.</p> + {% bootstrap_field form.users label="Collaborators" %} </div> {% buttons %} |