From 66f6093f9be2ae48ec43c4fce6a0cad9739e96a3 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 28 Jun 2022 22:14:42 -0700 Subject: [PATCH] Remove old reply form code Signed-off-by: Alek Ratzloff --- board/templates/board/post_detail.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/board/templates/board/post_detail.html b/board/templates/board/post_detail.html index c1900e7..464ca3b 100644 --- a/board/templates/board/post_detail.html +++ b/board/templates/board/post_detail.html @@ -28,22 +28,6 @@

{% translate "Reply to this thread" %}

- {% comment %} -
- {% csrf_token %} - - {{ form.as_table }} - - - - - -
  - {% translate "Max image size" %}: - {{ max_upload_size|measure_bytes }} -
 
-
- {% endcomment %}