mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-30 05:24:01 +03:00
Update stylesheet to Bootstrap 4. Remove optional theme stylesheet.
This commit is contained in:
parent
8330706775
commit
968c04369e
|
@ -15,10 +15,7 @@
|
||||||
|
|
||||||
{% block css %}
|
{% block css %}
|
||||||
<!-- Latest compiled and minified CSS -->
|
<!-- Latest compiled and minified CSS -->
|
||||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
|
<link rel="stylesheet" href="https://cdn.rawgit.com/twbs/bootstrap/v4-dev/dist/css/bootstrap.css">
|
||||||
|
|
||||||
<!-- Optional theme -->
|
|
||||||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">
|
|
||||||
|
|
||||||
<!-- Your stuff: Third-party css libraries go here -->
|
<!-- Your stuff: Third-party css libraries go here -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user