diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/importlayer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html index c92b5d8b24..ed03b2eea7 100644 --- a/bitbake/lib/toaster/toastergui/templates/importlayer.html +++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html | |||
| @@ -9,6 +9,7 @@ | |||
| 9 | 9 | ||
| 10 | {% block projectinfomain %} | 10 | {% block projectinfomain %} |
| 11 | 11 | ||
| 12 | <script src="{% static 'js/layerDepsModal.js' %}"></script> | ||
| 12 | <script src="{% static 'js/importlayer.js' %}"></script> | 13 | <script src="{% static 'js/importlayer.js' %}"></script> |
| 13 | <script> | 14 | <script> |
| 14 | $(document).ready(function (){ | 15 | $(document).ready(function (){ |
| @@ -30,7 +31,6 @@ | |||
| 30 | <h1>Import layer</h1> | 31 | <h1>Import layer</h1> |
| 31 | </div> | 32 | </div> |
| 32 | 33 | ||
| 33 | {% include "layers_dep_modal.html" %} | ||
| 34 | <form> | 34 | <form> |
| 35 | {% if project %} | 35 | {% if project %} |
| 36 | <span class="help-block" style="padding-left:19px;">The layer you are importing must be compatible with <strong>{{project.release.description}}</strong>, which is the release you are using in this project.</span> | 36 | <span class="help-block" style="padding-left:19px;">The layer you are importing must be compatible with <strong>{{project.release.description}}</strong>, which is the release you are using in this project.</span> |
