1
{% extends "base.html" %}
3
{% load threadedcommentstags %}
7
<div id="comment_preview">{% auto_transform_markup comment %}</div>
9
<form method="POST" action="">
11
<table class="text" width="100%">
14
<span class=errorclass">{{ form.comment.errors }}</span>
21
<table class="bottom_line" width="100%">
24
<input type="hidden" name="markup" value="1" />
25
<input type="submit" value="Submit Comment" />