diff --git a/templates/blog/blogCreate.html b/templates/blog/blogCreate.html deleted file mode 100644 index 4b53d00..0000000 --- a/templates/blog/blogCreate.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends 'base.html' %} -{% block content %} -{% load crispy_forms_tags %} -
-
- {% csrf_token %} -
-
- Create a New Blog Article -
-
- {{ form | crispy }} -
- -
-
-
-
-{% endblock %}