fixed webpack jinja on base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:26:51 -07:00
parent c8b85b114f
commit 19e5563fee

View File

@ -57,7 +57,7 @@ celery==3.1.23
django_compressor==2.0
{%- endif %}
{%- if cookiecutter.js_task_runner == 'Webpack' %}
{% if cookiecutter.js_task_runner == 'Webpack' %}
# Webpack
django-webpack-loader==0.3.3
{%- endif %}