aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/notifier/expiring_booking.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/base/notifier/expiring_booking.html')
-rw-r--r--src/templates/base/notifier/expiring_booking.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/base/notifier/expiring_booking.html b/src/templates/base/notifier/expiring_booking.html
index 8bfa689..89042fe 100644
--- a/src/templates/base/notifier/expiring_booking.html
+++ b/src/templates/base/notifier/expiring_booking.html
@@ -21,7 +21,7 @@
<li>collaborators:
<ul>
{% for user in booking.collaborators.all %}
- <li>user.username</li>
+ <li>{{user.username}}</li>
{% empty %}
<li>No collaborators</li>
{% endfor %}