generic-poky/bitbake/lib/toaster/toastergui/templates/basetable_top_layers.html

6 lines
178 B
HTML

{% extends "basetable_top.html" %}
{%block custombuttons %}
<a class="btn" href="{% url 'importlayer' project.id %}" style="margin-right:5px;">Import layer</a>
{%endblock%}