diff --git a/templates/users/register.html b/templates/users/register.html deleted file mode 100644 index f79c17e..0000000 --- a/templates/users/register.html +++ /dev/null @@ -1,24 +0,0 @@ -{% extends 'base.html' %} -{% block content %} -{% load crispy_forms_tags %} -
-
- {% csrf_token %} -
-
- Create an Account -
-
- {{ form | crispy }} -
- -
- -
-
-
-{% endblock %} \ No newline at end of file