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,7 +76,7 @@
76 {% endif %} 76 {% endif %}
77 {% endif %} 77 {% endif %}
78 {% if field.errors %} 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 <button type="button" class="close" data-dismiss="alert" aria-label="Close"> 80 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
81 <span aria-hidden="true">&times;</span> 81 <span aria-hidden="true">&times;</span>
82 </button> 82 </button>
users/templates/users/update.html
@@ -63,7 +63,7 @@ @@ -63,7 +63,7 @@
63 <span id="helpBlock" class="help-block">{{ field.help_text }}</span> 63 <span id="helpBlock" class="help-block">{{ field.help_text }}</span>
64 {% endif %} 64 {% endif %}
65 {% if field.errors %} 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 <button type="button" class="close" data-dismiss="alert" aria-label="Close"> 67 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
68 <span aria-hidden="true">&times;</span> 68 <span aria-hidden="true">&times;</span>
69 </button> 69 </button>