From 9b8e5a41395d513ff3cf716b2e8a72524614d2e2 Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 17 Jan 2021 11:20:32 -0800 Subject: [PATCH] Removes unused reply form template --- bookwyrm/templates/snippets/reply_form.html | 25 --------------------- 1 file changed, 25 deletions(-) delete mode 100644 bookwyrm/templates/snippets/reply_form.html diff --git a/bookwyrm/templates/snippets/reply_form.html b/bookwyrm/templates/snippets/reply_form.html deleted file mode 100644 index dceb05e91..000000000 --- a/bookwyrm/templates/snippets/reply_form.html +++ /dev/null @@ -1,25 +0,0 @@ -{% load bookwyrm_tags %} -
-
- {% csrf_token %} - - -
- {% include 'snippets/content_warning_field.html' with parent_status=status %} - -
- -
-
-
-
- {% include 'snippets/privacy_select.html' with current=status.privacy %} -
-
- -
-
-
-