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 %}