diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-01-25 11:03:03 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-01-25 11:03:03 -0500 |
commit | 296dc07f010d8692028db682d02ef3e88e525f01 (patch) | |
tree | 2a40e74323a42ff18f4fb878db9b23239009fe89 /bn_django/templates/comments/posted.html | |
parent | 17dd049b947cb447628002bae3068581733565f1 (diff) | |
download | bnewnet-296dc07f010d8692028db682d02ef3e88e525f01.tar.gz bnewnet-296dc07f010d8692028db682d02ef3e88e525f01.zip |
tweaked comment templates some more
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 %} |