aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/emails/new_article.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-18 22:03:04 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-18 22:03:04 +0100
commit681faef4afabfb2ea8ef3403b860678212487684 (patch)
tree8eb54e8a95e963dd95a1092af89de8a094ccffe4 /src/web/templates/emails/new_article.html
parentAdded a template for the password recovery notifications. (diff)
downloadnewspipe-681faef4afabfb2ea8ef3403b860678212487684.tar.gz
newspipe-681faef4afabfb2ea8ef3403b860678212487684.tar.bz2
newspipe-681faef4afabfb2ea8ef3403b860678212487684.zip
Removes unused emails templates.
Diffstat (limited to 'src/web/templates/emails/new_article.html')
-rw-r--r--src/web/templates/emails/new_article.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/templates/emails/new_article.html b/src/web/templates/emails/new_article.html
deleted file mode 100644
index 5a6b7c4a..00000000
--- a/src/web/templates/emails/new_article.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ article.content | safe }} \ No newline at end of file
bgstack15