aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/emails/new_article.txt
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.txt
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.txt')
-rw-r--r--src/web/templates/emails/new_article.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/web/templates/emails/new_article.txt b/src/web/templates/emails/new_article.txt
deleted file mode 100644
index 9b800855..00000000
--- a/src/web/templates/emails/new_article.txt
+++ /dev/null
@@ -1 +0,0 @@
-{{ article.content | striptags }} \ No newline at end of file
bgstack15