mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix import on newsletter templates
This commit is contained in:
parent
d4d5ff9de7
commit
2adad24684
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<% from notification_handler import PILLOW %>
|
||||
<% from plexpy.notification_handler import PILLOW %>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<% from notification_handler import PILLOW %>
|
||||
<% from plexpy.notification_handler import PILLOW %>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue