From 6d16db0762682fa27dd31d344c4dc2e204e0f36f Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Sat, 7 May 2022 17:39:24 -0700 Subject: [PATCH] Remove unused html file Signed-off-by: Alek Ratzloff --- board/templates/board/post_create.html | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 board/templates/board/post_create.html diff --git a/board/templates/board/post_create.html b/board/templates/board/post_create.html deleted file mode 100644 index 5930f17..0000000 --- a/board/templates/board/post_create.html +++ /dev/null @@ -1,9 +0,0 @@ -{% extends "board/base.html" %} -{% block content %} -
-

/{{ board.url }}/

-
-
- {% include "board/post_create_form.html" %} -
-{% endblock content %} \ No newline at end of file