diff --git a/templates/registration/registration.html b/templates/registration/registration.html index d87a411..70c94e0 100644 --- a/templates/registration/registration.html +++ b/templates/registration/registration.html @@ -1,6 +1,5 @@ {% extends 'base.html' %} {% load static %} -{% load crispy_forms_tags %} {% block title %}{{ form.title }}{% endblock %} @@ -12,7 +11,7 @@ {% csrf_token %}