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