Commit bc3ce1d356ed1c4a959fba86af6bfa4bf626d554

Authored by Jailson Dias
1 parent a52ac4f6

alterando cor do botão de voltar em delete categories #374

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
courses/templates/category/delete.html
... ... @@ -21,7 +21,7 @@
21 21 <!-- Modal Footer -->
22 22 <div class="modal-footer">
23 23 <!-- Don't remove that!!! -->
24   - <button type="button" class="btn btn-danger btn-raised" data-dismiss="modal">{% trans "Close" %}</button>
  24 + <button type="button" class="btn btn-default btn-raised" data-dismiss="modal">{% trans "Close" %}</button>
25 25 <button type="submit" id="button" form="delete_form" class="btn btn-primary btn-raised">{% trans "Delete" %}</button>
26 26 <script>
27 27 $("#delete_form").submit(function(event) {
... ...