From 6f2f28a3a752cc47d9dc96bda862ed67cd75c9af Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 1 Dec 2022 18:46:49 -0700 Subject: Image attachment uploads --- templates/activities/_image_upload.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/activities/_image_upload.html (limited to 'templates/activities/_image_upload.html') diff --git a/templates/activities/_image_upload.html b/templates/activities/_image_upload.html new file mode 100644 index 0000000..974884a --- /dev/null +++ b/templates/activities/_image_upload.html @@ -0,0 +1,15 @@ +
+ {% csrf_token %} + {% include "forms/_field.html" with field=form.image %} + {% include "forms/_field.html" with field=form.description %} +
+ + +
+
-- cgit v1.2.3