aboutsummaryrefslogtreecommitdiffstats
path: root/lib/srtgui/tables.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/srtgui/tables.py')
-rw-r--r--lib/srtgui/tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srtgui/tables.py b/lib/srtgui/tables.py
index 4da603b9..7cbce339 100644
--- a/lib/srtgui/tables.py
+++ b/lib/srtgui/tables.py
@@ -1958,7 +1958,7 @@ class NotificationsTable(ToasterTable):
users_link_template = '''
{% for tu in data.todo2user.all %}
- {% if not forloop.first %}, {% endif %}{{tu.user.name}}</a>
+ {% if not forloop.first %}, {% endif %}{{tu.user.username}}</a>
{% endfor %}
'''
self.add_column(title="Users",