From 1ccdc019dc77c1f4af0b8798dba50ac3dffc5ff0 Mon Sep 17 00:00:00 2001 From: Gustavo Date: Wed, 29 Mar 2017 11:41:28 -0300 Subject: [PATCH] Removed javascript code of the template to move it to a .js file, removed modal html to move it to a separated html file and just include it, and fix'd some things --- users/templates/users/register.html | 95 ++++------------------------------------------------------------------------------------------- 1 file changed, 4 insertions(+), 91 deletions(-) diff --git a/users/templates/users/register.html b/users/templates/users/register.html index 19f1ecb..f15fec7 100644 --- a/users/templates/users/register.html +++ b/users/templates/users/register.html @@ -12,68 +12,6 @@ {% block sidebar %} {% endblock sidebar %} -{% block javascript %} - - -{% endblock javascript %} - - - {% block content %}
@@ -112,7 +50,7 @@ {% if field.auto_id == 'id_image' %} {% render_field field class='form-control' %}
- +
- - + +{% include 'users/modal_crop.html' %} + {% endblock %} {% block bottommenu %} -- libgit2 0.21.2