diff options
Diffstat (limited to 'src/templates/base/notifier/new_booking.html')
-rw-r--r-- | src/templates/base/notifier/new_booking.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/notifier/new_booking.html b/src/templates/base/notifier/new_booking.html index 64244e0..7580694 100644 --- a/src/templates/base/notifier/new_booking.html +++ b/src/templates/base/notifier/new_booking.html @@ -20,7 +20,7 @@ <li>collaborators: <ul> {% for user in booking.collaborators.all %} - <li>user.username</li> + <li>{{user.username}}</li> {% empty %} <li>No collaborators</li> {% endfor %} |