diff --git a/templates/customers/note_form.html b/templates/customers/note_form.html new file mode 100644 index 00000000..19cd30fe --- /dev/null +++ b/templates/customers/note_form.html @@ -0,0 +1,11 @@ +{% load i18n static crispy_forms_filters %} + + +
+ + {% csrf_token %} + {{ form|crispy }} + + + +
\ No newline at end of file diff --git a/templates/customers/view_customer.html b/templates/customers/view_customer.html index be9d1bfd..17341925 100644 --- a/templates/customers/view_customer.html +++ b/templates/customers/view_customer.html @@ -223,7 +223,45 @@ - -{% include 'partials/notes.html' %} + + + {% endblock %} \ No newline at end of file