diff --git a/bikeshop_project/core/templates/dashboard.html b/bikeshop_project/core/templates/dashboard.html index 5f81ad5..547723e 100644 --- a/bikeshop_project/core/templates/dashboard.html +++ b/bikeshop_project/core/templates/dashboard.html @@ -53,7 +53,6 @@ {% endblock %} - {% block content %}
{% render_bundle 'signin' %} diff --git a/bikeshop_project/webpack.dev.config.js b/bikeshop_project/webpack.dev.config.js index 7b4f3af..370bb5d 100644 --- a/bikeshop_project/webpack.dev.config.js +++ b/bikeshop_project/webpack.dev.config.js @@ -14,6 +14,7 @@ config.entry = { signin: './assets/js/index', members: './assets/js/members/index', babelPolyfill: 'babel-polyfill', + bikes: './assets/js/bikes/index', }; // override django's STATIC_URL for webpack bundles