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