Commit c8cbe6ae0c83e8ab7b83e4469713cbadbc8e6844

Authored by Zambom
1 parent da41077c

Adjusting news field error message

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
news/templates/news/_form.html
... ... @@ -51,7 +51,7 @@
51 51 <span id="helpBlock" class="help-block">{{ field.help_text }}</span>
52 52 </div>
53 53 {% if field.errors %}
54   - <div class="alert alert-danger alert-dismissible" role="alert">
  54 + <div class="col-lg-12 col-md-12 col-sm-12 alert alert-danger alert-dismissible" role="alert">
55 55 <button type="button" class="close" data-dismiss="alert" aria-label="Close">
56 56 <span aria-hidden="true">&times;</span>
57 57 </button>
... ...