29 Sep
2019
29 Sep
'19
9:29 p.m.
Hello,
I'm trying to figure out how to show the display_name of a member in postorius in Members > Subscriber.
I was trying to add {{ member.diplay_name }} in the template ${postorius}/templates/postorius/lists/members.html
Here an abstract of where I inserted the code:
[...] {% for member in members %} <tr> {% if role == 'subscriber' %} <td> <label class="checkbox-inline"> <input type="checkbox" class="member-checkbox" name="choices" id="id_choices_{{ forloop.counter0 }}" value="{{ member.email }}" /> {{ member.display_name }} <{{ member.email }}> </label> [...]
I could not figure out why it wouldn't work.
I'm running mailman3 Version 3.1.1-9 on an Ubuntu 18.04.
Any idea what I was missing there?
Thanks in advance for any help.
- Ruben