mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00

This should allow the templates to be found and swapped out more easily. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
6 lines
127 B
HTML
6 lines
127 B
HTML
{% extends "admin/base.html" %}
|
|
{% block branding %}
|
|
<h1 id="site-name">OpenEmbedded Metadata Index Admin</h1>
|
|
{% endblock %}
|
|
|