got rid of extra - for webpack in base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:45:37 -07:00
parent 41b2906a5a
commit aebfbde089

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 %}