diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/landing.html | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html index 15cac47b39..45e95322d1 100644 --- a/bitbake/lib/toaster/toastergui/templates/landing.html +++ b/bitbake/lib/toaster/toastergui/templates/landing.html | |||
| @@ -49,11 +49,7 @@ | |||
| 49 | 49 | ||
| 50 | </div> | 50 | </div> |
| 51 | <div class="span6"> | 51 | <div class="span6"> |
| 52 | {% if MANAGED %} | 52 | <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_bw.png' %}"/> |
| 53 | <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster_1.7.png' %}"/> | ||
| 54 | {% else %} | ||
| 55 | <img alt="Yocto Project" class="thumbnail" src="{% static 'img/toaster.png' %}"/> | ||
| 56 | {% endif %} | ||
| 57 | </div> | 53 | </div> |
| 58 | </div> | 54 | </div> |
| 59 | </div> | 55 | </div> |
