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