Commit b9727bf74acd4a682f1a68b83f53d2fa2bfa84a5
1 parent
6f3a606b
Exists in
master
and in
3 other branches
Concertando os bugs do tipo substituir icone de file por image nos campos de imagens
Showing
2 changed files
with
5 additions
and
5 deletions
Show diff stats
users/templates/users/_form.html
| @@ -16,7 +16,7 @@ | @@ -16,7 +16,7 @@ | ||
| 16 | <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}"> | 16 | <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}"> |
| 17 | <span class="input-group-btn input-group-sm"> | 17 | <span class="input-group-btn input-group-sm"> |
| 18 | <button type="button" class="btn btn-fab btn-fab-mini"> | 18 | <button type="button" class="btn btn-fab btn-fab-mini"> |
| 19 | - <i class="material-icons">attach_file</i> | 19 | + <i class="material-icons">image</i> |
| 20 | </button> | 20 | </button> |
| 21 | </span> | 21 | </span> |
| 22 | </div> | 22 | </div> |
| @@ -64,4 +64,4 @@ | @@ -64,4 +64,4 @@ | ||
| 64 | <a href="{% url back_url %}" class="btn btn-raised btn-default">{% trans 'Cancel' %}</a> | 64 | <a href="{% url back_url %}" class="btn btn-raised btn-default">{% trans 'Cancel' %}</a> |
| 65 | </div> | 65 | </div> |
| 66 | </div> | 66 | </div> |
| 67 | -</form> | ||
| 68 | \ No newline at end of file | 67 | \ No newline at end of file |
| 68 | +</form> |
users/templates/users/register.html
| @@ -31,7 +31,7 @@ | @@ -31,7 +31,7 @@ | ||
| 31 | </div> | 31 | </div> |
| 32 | {% endfor %} | 32 | {% endfor %} |
| 33 | {% endif %} | 33 | {% endif %} |
| 34 | - | 34 | + |
| 35 | <div class="card"> | 35 | <div class="card"> |
| 36 | <div class="card-body"> | 36 | <div class="card-body"> |
| 37 | <div class="row"> | 37 | <div class="row"> |
| @@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
| 52 | <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}"> | 52 | <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}"> |
| 53 | <span class="input-group-btn"> | 53 | <span class="input-group-btn"> |
| 54 | <button type="button" class="btn btn-fab btn-fab-mini"> | 54 | <button type="button" class="btn btn-fab btn-fab-mini"> |
| 55 | - <i class="material-icons">attach_file</i> | 55 | + <i class="material-icons">image</i> |
| 56 | </button> | 56 | </button> |
| 57 | </span> | 57 | </span> |
| 58 | </div> | 58 | </div> |
| @@ -100,4 +100,4 @@ | @@ -100,4 +100,4 @@ | ||
| 100 | {% endblock %} | 100 | {% endblock %} |
| 101 | 101 | ||
| 102 | {% block bottommenu %} | 102 | {% block bottommenu %} |
| 103 | -{% endblock %} | ||
| 104 | \ No newline at end of file | 103 | \ No newline at end of file |
| 104 | +{% endblock %} |