X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/25e2e5d9d53f08724f2fe9661265d58d850c5d17..21a5b5aafd25a996530e2575b32fca7a0ccac30d:/templates/comments/posted.html diff --git a/templates/comments/posted.html b/templates/comments/posted.html new file mode 100644 index 0000000..76f7f6d --- /dev/null +++ b/templates/comments/posted.html @@ -0,0 +1,8 @@ +{% extends "comments/base.html" %} +{% load i18n %} + +{% block title %}{% trans "Thanks for commenting" %}.{% endblock %} + +{% block content %} +

{% trans "Thank you for your comment" %}.

+{% endblock %}