From b148bab8f549792f19ae0256c00c282f29e061dc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 7 Mar 2007 01:09:52 -0800 Subject: much work; comments working for photos, static content moved, more --- bn_django/templates/comments/posted.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 bn_django/templates/comments/posted.html (limited to 'bn_django/templates/comments/posted.html') diff --git a/bn_django/templates/comments/posted.html b/bn_django/templates/comments/posted.html new file mode 100644 index 0000000..07bdb67 --- /dev/null +++ b/bn_django/templates/comments/posted.html @@ -0,0 +1,13 @@ +{% extends "base.html" %} + +{% block title %}Comment posted successfully{% endblock %} + +{% block content %} +

Thanks for contributing.

+ +{% if object %} + +{% endif %} +{% endblock %} -- cgit v1.2.3