From 979f5901af8410ff138de0aa41013bfb193060d6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 23 Sep 2008 18:52:55 -0700 Subject: 1.0 --- bn_django/templates/comments/free_preview.html | 46 -------------------------- 1 file changed, 46 deletions(-) delete mode 100644 bn_django/templates/comments/free_preview.html (limited to 'bn_django/templates/comments/free_preview.html') diff --git a/bn_django/templates/comments/free_preview.html b/bn_django/templates/comments/free_preview.html deleted file mode 100644 index 3c212c0..0000000 --- a/bn_django/templates/comments/free_preview.html +++ /dev/null @@ -1,46 +0,0 @@ -{% extends "base.html" %} - - -{% block title %}Preview your comment{% endblock %} - -{% block content %} - -
- {% if comment_form.has_errors %} -

Please correct the following errors.

- {% else %} -
- {{ comment.comment|escape|urlizetrunc:"40"|linebreaks }} -

Posted by {{ comment.person_name }}

-
- -

- -

Or edit it again

- {% endif %} - - {% if comment_form.person_name.errors %} - {{ comment_form.person_name.html_error_list }} - {% endif %} - -

{{ comment_form.person_name }}

- - {% if comment_form.comment.errors %} - {{ comment_form.comment.error_list }} - {% endif %} - -

- -
- {{ comment_form.comment }} -

- - - - - -

- -

-
-{% endblock %} -- cgit v1.2.3