diff options
author | Trevor Bramwell <tbramwell@linuxfoundation.org> | 2018-10-31 21:35:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-10-31 21:35:30 +0000 |
commit | 34cac5129b94b9d3086ace8e11377a6c65d6f0e8 (patch) | |
tree | 33e8cd82e42f0252568ee29991a1939dd5cdb360 /dashboard/src/templates | |
parent | 5e28c11e0db5610048127e0decd526d35d1a5692 (diff) | |
parent | b998aa1e8a0a76eedba9d40c40a9d2c5bfeb3d47 (diff) |
Merge "Improved Collaborators UX"
Diffstat (limited to 'dashboard/src/templates')
-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 %} |