Fix import on newsletter templates

This commit is contained in:
JonnyWong16
2018-01-11 20:36:26 -08:00
parent d4d5ff9de7
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> <!doctype html>
<html> <html>
<head> <head>

View File

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