Просмотр исходного кода

Dropped example mail templates.

Rafał Pitoń 11 лет назад
Родитель
Сommit
d096ff5447

+ 0 - 9
misago/templates/misago/email/welcome.html

@@ -1,9 +0,0 @@
-{% extends "misago/emails/base.html" %}
-{% load i18n %}
-
-
-{% block title %}{% trans "Welcome aboard!" %}{% endblock %}
-
-{% block content %}
-{% trans "Hello, you are receiving this message because we are liking you!" %}
-{% endblock content %}

+ 0 - 9
misago/templates/misago/email/welcome.txt

@@ -1,9 +0,0 @@
-{% extends "misago/emails/base.html" %}
-{% load i18n %}
-
-
-{% block title %}{% trans "Welcome aboard!" %}{% endblock %}
-
-{% block content %}
-{% trans "Hello, you are receiving this message because we are liking you!" %}
-{% endblock content %}