diff options
Diffstat (limited to 'bn_django/templates/comments/posted.html')
-rw-r--r-- | bn_django/templates/comments/posted.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bn_django/templates/comments/posted.html b/bn_django/templates/comments/posted.html deleted file mode 100644 index e3eb0d2..0000000 --- a/bn_django/templates/comments/posted.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} - -{% block title %}{% trans "Thanks for your comment" %}.{% endblock %} - -{% block content %} -<br /> -{% endblock %} |