correct all_mail

This commit is contained in:
KF7EEL 2021-10-15 14:45:25 -07:00
parent 3feb1e7036
commit ff79dc0356
1 changed files with 1 additions and 1 deletions

View File

@ -2778,7 +2778,7 @@ TG #: <strong> ''' + str(tg_d.tg) + '''</strong>
for i in mail_all_users: for i in mail_all_users:
content = content + ''' content = content + '''
<tr> <tr>
<td><strong>To: </strong>''' + i.snd_callsign + ''' - ''' + str(i.snd_id) + '''<br /><strong>From: </strong>''' + i.rcv_callsign + ''' - ''' + str(i.rcv_id) + '''</td> <td><strong>To: </strong>''' + i.rcv_callsign + ''' - ''' + str(i.rcv_id) + '''<br /><strong>From: </strong>''' + i.snd_callsign + ''' - ''' + str(i.snd_id) + '''</td>
<td>''' + i.message + '''</td> <td>''' + i.message + '''</td>
<td>''' + str((i.time + timedelta(hours=hbnet_tz)).strftime(time_format)) + '''</td> <td>''' + str((i.time + timedelta(hours=hbnet_tz)).strftime(time_format)) + '''</td>
<td><a href="/all_mail/''' + user + '''?delete_mail=''' + str(i.id) + '''"><button type="button" class="btn btn-danger">Delete</button></a></td> <td><a href="/all_mail/''' + user + '''?delete_mail=''' + str(i.id) + '''"><button type="button" class="btn btn-danger">Delete</button></a></td>