aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/comments/posted.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@animus.robocracy.org>2008-09-23 18:52:55 -0700
committerBryan Newbold <bnewbold@animus.robocracy.org>2008-09-23 18:52:55 -0700
commit979f5901af8410ff138de0aa41013bfb193060d6 (patch)
treef3c59f2a2f1da90e13336e16efa4b48003534052 /bn_django/templates/comments/posted.html
parent6a22baa306a72557698d64ac6c09842bed81f66b (diff)
downloadbnewnet-979f5901af8410ff138de0aa41013bfb193060d6.tar.gz
bnewnet-979f5901af8410ff138de0aa41013bfb193060d6.zip
1.0
Diffstat (limited to 'bn_django/templates/comments/posted.html')
-rw-r--r--bn_django/templates/comments/posted.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/bn_django/templates/comments/posted.html b/bn_django/templates/comments/posted.html
deleted file mode 100644
index 07bdb67..0000000
--- a/bn_django/templates/comments/posted.html
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-
-{% block title %}Comment posted successfully{% endblock %}
-
-{% block content %}
-<p>Thanks for contributing.</p>
-
-{% if object %}
- <ul>
- <li><a href="{{ object.get_absolute_url }}">View your comment</a></li>
- </ul>
-{% endif %}
-{% endblock %}