Commit 646fcd8bc9c4c93118443dfac65a260349459576
1 parent
7278de53
Exists in
master
and in
2 other branches
Now image crop works in create, edit, register and update
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
users/templates/users/_form.html
... | ... | @@ -13,7 +13,7 @@ |
13 | 13 | {% endif %} |
14 | 14 | {% render_field field class='form-control' %} |
15 | 15 | <div class="input-group"> |
16 | - <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}"> | |
16 | + <input type="text" readonly="" class="form-control" id="pic_holder" placeholder="{% trans 'Choose your photo...' %}"> | |
17 | 17 | <span class="input-group-btn input-group-sm"> |
18 | 18 | <button type="button" class="btn btn-fab btn-fab-mini"> |
19 | 19 | <i class="material-icons">image</i> |
... | ... | @@ -68,3 +68,4 @@ |
68 | 68 | </div> |
69 | 69 | |
70 | 70 | </form> |
71 | +{% include 'users/modal_crop.html' %} | ... | ... |