mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-17 02:14:53 +03:00
Don't include Boostrap CSS from CDN with Webpack
This commit is contained in:
parent
4e690bf5fc
commit
369729017d
|
@ -17,7 +17,7 @@
|
|||
|
||||
{% block css %}
|
||||
{%- endraw %}
|
||||
{%- if cookiecutter.frontend_pipeline != 'Gulp' %}
|
||||
{%- if cookiecutter.frontend_pipeline in ['None', 'Django Compressor'] %}
|
||||
{%- raw %}
|
||||
<!-- Latest compiled and minified Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user