Skip to content

Commit

Permalink
Adding missing tag for bootstrap on root.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fboaventura committed Feb 24, 2020
1 parent 8288609 commit f4dfc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Django CRM</title>
<link href="https://fonts.googleapis.com/css?family=Muli" rel="stylesheet">

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css" />

<link href="https://cdn.quilljs.com/1.3.6/quill.snow.css" rel="stylesheet">
Expand Down

0 comments on commit f4dfc39

Please sign in to comment.