From a6de767f02153b46d964d551f10bc9561aa28d0c Mon Sep 17 00:00:00 2001 From: Sean Smith Date: Thu, 23 Jul 2020 17:16:58 -0400 Subject: Make static OPNFV references dynamic Change-Id: I3830a30a927834b642052643d94c39a9faec4d54 Signed-off-by: Sean Smith --- src/templates/base/notifier/new_booking.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/templates/base/notifier/new_booking.html') 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 @@
  • collaborators:
      {% for user in booking.collaborators.all %} -
    • user.username
    • +
    • {{user.username}}
    • {% empty %}
    • No collaborators
    • {% endfor %} -- cgit 1.2.3-korg