From bbc4ac7db28702192b97f4341501c087760fe29b Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 29 Mar 2017 11:42:35 -0300 Subject: [PATCH] HTML code to render the cropping modal --- users/templates/users/modal_crop.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+), 0 deletions(-) create mode 100644 users/templates/users/modal_crop.html diff --git a/users/templates/users/modal_crop.html b/users/templates/users/modal_crop.html new file mode 100644 index 0000000..f8e5b29 --- /dev/null +++ b/users/templates/users/modal_crop.html @@ -0,0 +1,29 @@ +{% load static i18n %} + + -- libgit2 0.21.2