Fix import on newsletter templates

This commit is contained in:
JonnyWong16 2018-01-11 20:36:26 -08:00
commit 2adad24684
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<% from notification_handler import PILLOW %>
<% from plexpy.notification_handler import PILLOW %>
<!doctype html>
<html>
<head>

View file

@ -1,4 +1,4 @@
<% from notification_handler import PILLOW %>
<% from plexpy.notification_handler import PILLOW %>
<!doctype html>
<html>
<head>