diff --git a/horizon/site_urls.py b/horizon/site_urls.py index 5dc78e8cb5..2f3fbaa757 100644 --- a/horizon/site_urls.py +++ b/horizon/site_urls.py @@ -47,4 +47,4 @@ if settings.DEBUG: url(r'^qunit/$', TemplateView.as_view(template_name="horizon/qunit.html"), name='qunit_tests'), - url(r'^jasmine/(.*?)$', jasmine.dispatcher)) + url(r'^jasmine/.*?$', jasmine.dispatcher)) diff --git a/horizon/templates/horizon/jasmine/jasmine.html b/horizon/templates/horizon/jasmine/jasmine.html index c352c30cf8..c24ce3a031 100644 --- a/horizon/templates/horizon/jasmine/jasmine.html +++ b/horizon/templates/horizon/jasmine/jasmine.html @@ -20,6 +20,7 @@ + - {% for file in sources %} - - {% endfor %} - - - {% for file in specs %} - - {% endfor %} - - {% for file in HORIZON_CONFIG.js_files %} {% endfor %} - - {% for file in HORIZON_CONFIG.js_spec_files %} - - {% endfor %} - + + {% for file in HORIZON_CONFIG.js_spec_files %} + + {% endfor %} +