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,7 +21,7 @@
21 <!-- Modal Footer --> 21 <!-- Modal Footer -->
22 <div class="modal-footer"> 22 <div class="modal-footer">
23 <!-- Don't remove that!!! --> 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 <button type="submit" id="button" form="delete_form" class="btn btn-primary btn-raised">{% trans "Delete" %}</button> 25 <button type="submit" id="button" form="delete_form" class="btn btn-primary btn-raised">{% trans "Delete" %}</button>
26 <script> 26 <script>
27 $("#delete_form").submit(function(event) { 27 $("#delete_form").submit(function(event) {