Commit b9727bf74acd4a682f1a68b83f53d2fa2bfa84a5

Authored by Jailson Dias
1 parent 6f3a606b

Concertando os bugs do tipo substituir icone de file por image nos campos de imagens

users/templates/users/_form.html
... ... @@ -16,7 +16,7 @@
16 16 <input type="text" readonly="" class="form-control" 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   - <i class="material-icons">attach_file</i>
  19 + <i class="material-icons">image</i>
20 20 </button>
21 21 </span>
22 22 </div>
... ... @@ -64,4 +64,4 @@
64 64 <a href="{% url back_url %}" class="btn btn-raised btn-default">{% trans 'Cancel' %}</a>
65 65 </div>
66 66 </div>
67   -</form>
68 67 \ No newline at end of file
  68 +</form>
... ...
users/templates/users/register.html
... ... @@ -31,7 +31,7 @@
31 31 </div>
32 32 {% endfor %}
33 33 {% endif %}
34   -
  34 +
35 35 <div class="card">
36 36 <div class="card-body">
37 37 <div class="row">
... ... @@ -52,7 +52,7 @@
52 52 <input type="text" readonly="" class="form-control" placeholder="{% trans 'Choose your photo...' %}">
53 53 <span class="input-group-btn">
54 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 56 </button>
57 57 </span>
58 58 </div>
... ... @@ -100,4 +100,4 @@
100 100 {% endblock %}
101 101  
102 102 {% block bottommenu %}
103   -{% endblock %}
104 103 \ No newline at end of file
  104 +{% endblock %}
... ...