summaryrefslogtreecommitdiff
path: root/design/templates/newsletter/common.html
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates/newsletter/common.html')
-rw-r--r--design/templates/newsletter/common.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/design/templates/newsletter/common.html b/design/templates/newsletter/common.html
deleted file mode 100644
index 20ac822..0000000
--- a/design/templates/newsletter/common.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% load i18n %}
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <title>{% block title %}{% trans "Newsletter" %}{% endblock title %}</title>
- {% block header %}
- {% endblock header %}
- </head>
-
- <body>
- {% block body %}
- {% endblock body %}
- </body>
-</html>