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 | 9637b5d05d4f60dc5f93380eee6d9793ce49ceaa (patch) | |
tree | 0632232a07db4b108d5d53ffc45f9c4c71a179a4 /src/templates/booking/steps/booking_meta.html | |
parent | d8add6acda393e5d1669412185550ceb33128f8f (diff) | |
parent | 9279907efbb91b982e93242a68cab6f67a845b2b (diff) |
Merge "Improved Collaborators UX"
Diffstat (limited to 'src/templates/booking/steps/booking_meta.html')
-rw-r--r-- | src/templates/booking/steps/booking_meta.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/templates/booking/steps/booking_meta.html b/src/templates/booking/steps/booking_meta.html index fa8f7a9..a42e158 100644 --- a/src/templates/booking/steps/booking_meta.html +++ b/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 %} |