Hardcode email logo to DM-Logo_compress.png and remove configurable logo path
This commit is contained in:
parent
60d2ad8325
commit
72fa09a6e1
2 changed files with 5 additions and 12 deletions
|
|
@ -263,10 +263,7 @@
|
|||
<input type="password" id="smtp_pass" name="smtp_pass" placeholder="{% if email_form.smtp_pass_set %}Stored encrypted — type to replace{% else %}Enter password{% endif %}">
|
||||
</td>
|
||||
</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_compress.png"></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
<button type="submit">Save Email Settings</button>
|
||||
</form>
|
||||
|
|
|
|||
Reference in a new issue