Use DM-Logo_compress.png directly for email logo, remove Pillow resize logic
This commit is contained in:
parent
0698c84026
commit
60909c7122
4 changed files with 13 additions and 33 deletions
|
|
@ -265,7 +265,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Logo Path</td>
|
||||
<td><input type="text" id="logo_path" name="logo_path" value="{{ email_form.logo_path }}" placeholder="e.g. /mnt/Storage/DM-Logo.png"></td>
|
||||
<td><input type="text" id="logo_path" name="logo_path" value="{{ email_form.logo_path }}" placeholder="e.g. /mnt/Storage/DM-Logo_compress.png"></td>
|
||||
</tr>
|
||||
</table>
|
||||
<button type="submit">Save Email Settings</button>
|
||||
|
|
|
|||
Reference in a new issue