diff options
Diffstat (limited to 'design/templates/newsletter/common.html')
-rw-r--r-- | design/templates/newsletter/common.html | 15 |
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> |