Skip to content

Commit

Permalink
Remove legacy bootstrap theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 13, 2015
1 parent 386916a commit e6a59c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion djangocms_installer/share/templates/bootstrap/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<title>{% block title %}This is my new project home page{% endblock title %}</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap-theme.min.css">
{% render_block "css" %}
</head>
<body>
Expand Down

0 comments on commit e6a59c8

Please sign in to comment.