diff --git a/base.html b/base.html index d774ae1..ac9beef 100644 --- a/base.html +++ b/base.html @@ -9,15 +9,16 @@ {% load i18n %} +{% load staticfiles %} - - - - + + + + {% block title %}OpenEmbedded metadata index{% endblock %} @@ -72,8 +73,8 @@ {% endblock %} - - + + {% block scripts %} {% endblock %} diff --git a/layerindex/detail.html b/layerindex/detail.html index 67ed8ae..102cda1 100644 --- a/layerindex/detail.html +++ b/layerindex/detail.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load i18n %} +{% load static %} {% comment %} @@ -237,7 +238,7 @@ {% block scripts %} - + +