Remove old reply form code
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -28,22 +28,6 @@
|
||||
<h2>
|
||||
<a id="create_reply" href="{% url 'board:reply_create' url=board.url id=post.id %}">{% translate "Reply to this thread" %}</a>
|
||||
</h2>
|
||||
{% comment %}
|
||||
<form method="post" action="{% url 'board:post_detail' url=board.url id=post.id %}" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<table>
|
||||
{{ form.as_table }}
|
||||
<tr>
|
||||
<th> </th>
|
||||
<td>
|
||||
{% translate "Max image size" %}:
|
||||
{{ max_upload_size|measure_bytes }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td> </td><td><input type="submit" value="Submit" /></td></tr>
|
||||
</table>
|
||||
</form>
|
||||
{% endcomment %}
|
||||
</div>
|
||||
<div class="column"> </div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user