Commit 713268ba0862cec5923989c2a13c4d5fc0c6eda6

Authored by ailsoncgt
1 parent 94019151

Alert full width in editProfile and update user #186

users/templates/users/edit_profile.html
... ... @@ -76,7 +76,7 @@
76 76 {% endif %}
77 77 {% endif %}
78 78 {% if field.errors %}
79   - <div class="alert alert-danger alert-dismissible col-md-offset-4 col-md-8" role="alert">
  79 + <div class="alert alert-danger alert-dismissible" role="alert">
80 80 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
81 81 <span aria-hidden="true">&times;</span>
82 82 </button>
... ...
users/templates/users/update.html
... ... @@ -63,7 +63,7 @@
63 63 <span id="helpBlock" class="help-block">{{ field.help_text }}</span>
64 64 {% endif %}
65 65 {% if field.errors %}
66   - <div class="alert alert-danger alert-dismissible col-md-offset-4 col-md-8" role="alert">
  66 + <div class="alert alert-danger alert-dismissible" role="alert">
67 67 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
68 68 <span aria-hidden="true">&times;</span>
69 69 </button>
... ...