From 646fcd8bc9c4c93118443dfac65a260349459576 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 29 Mar 2017 12:52:09 -0300 Subject: [PATCH] Now image crop works in create, edit, register and update --- users/templates/users/_form.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users/templates/users/_form.html b/users/templates/users/_form.html index 112fe4c..f14779b 100644 --- a/users/templates/users/_form.html +++ b/users/templates/users/_form.html @@ -13,7 +13,7 @@ {% endif %} {% render_field field class='form-control' %}
- +
+{% include 'users/modal_crop.html' %} -- libgit2 0.21.2