Use outside packages.
[prawokultury.git] / migdal / templates / django_comments_xtd / email_followup_comment.html
diff --git a/migdal/templates/django_comments_xtd/email_followup_comment.html b/migdal/templates/django_comments_xtd/email_followup_comment.html
deleted file mode 100644 (file)
index 1987906..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-{% load i18n %}
-<p>{{ user_name }},</p>
-
-<p>Pojawił się nowy komentarz w wątku z Twoim udziałem.</p>
-<p>(There is a new comment following up yours.)</p>
-
-<p>
-{% if content_object.published_pl %}{% language 'pl' %}
-  <a href="http://{{ site.domain }}{{ content_object.get_absolute_url }}">„{{ content_object.title }}”</a>
-{% endlanguage %}{% endif %}
-{% if content_object.published_en %}{% language 'en' %}
-  <br/>
-  <a href="http://{{ site.domain }}{{ content_object.get_absolute_url }}">“{{ content_object.title}}</a></p>
-{% endlanguage %}{% endif %}
-</p>
-
-<p>{{ comment.name }}, {{ comment.submit_date|date:"SHORT_DATE_FORMAT" }}:</p>
-<blockquote>
-{{ comment.comment }}
-</blockquote>
-
-<p>--<br/>
-{{ site }}
-</p>