diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/layerdetails.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index c3a50dff29..67033b1e07 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html | |||
@@ -17,7 +17,7 @@ | |||
17 | $(document).ready(function (){ | 17 | $(document).ready(function (){ |
18 | var ctx = { | 18 | var ctx = { |
19 | projectBuildUrl : "{% url 'xhr_build' %}", | 19 | projectBuildUrl : "{% url 'xhr_build' %}", |
20 | layerDetailsUrl : "{% url 'layerdetails' %}", | 20 | layerDetailsUrl : "{% url 'base_layerdetails' %}", |
21 | projectPageUrl : "{% url 'project' project.id %}", | 21 | projectPageUrl : "{% url 'project' project.id %}", |
22 | xhrEditProjectUrl : "{% url 'xhr_projectedit' project.id %}", | 22 | xhrEditProjectUrl : "{% url 'xhr_projectedit' project.id %}", |
23 | xhrDataTypeaheadUrl : "{% url 'xhr_datatypeahead' %}", | 23 | xhrDataTypeaheadUrl : "{% url 'xhr_datatypeahead' %}", |