aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/templates/comments/posted.html
diff options
context:
space:
mode:
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 %}