From 6ebd250f5e9ec9905bb703756bd10ed8db87584e Mon Sep 17 00:00:00 2001 From: Gustavo Date: Tue, 18 Apr 2017 10:34:48 -0300 Subject: [PATCH] Including crop js of users in the users templates --- users/templates/users/_form.html | 1 + users/templates/users/list.html | 3 +++ users/templates/users/register.html | 1 + 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/users/templates/users/_form.html b/users/templates/users/_form.html index 1fd76ac..53552e9 100644 --- a/users/templates/users/_form.html +++ b/users/templates/users/_form.html @@ -83,3 +83,4 @@ {% include 'users/modal_crop.html' %} + diff --git a/users/templates/users/list.html b/users/templates/users/list.html index 28cab42..b810d59 100644 --- a/users/templates/users/list.html +++ b/users/templates/users/list.html @@ -80,4 +80,7 @@ + + + {% endblock %} diff --git a/users/templates/users/register.html b/users/templates/users/register.html index f305722..b3a429f 100644 --- a/users/templates/users/register.html +++ b/users/templates/users/register.html @@ -101,6 +101,7 @@ {% include 'users/modal_crop.html' %} + {% endblock %} -- libgit2 0.21.2