mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
This is a URL refactoring needed to remove the inadvertent usage of server-side user session in a REST-style API. We move the parameters that were stored in the user session to the URL, making navigation more robust. This refactoring allows a clean (no 500 HTTP return codes) crawl of the website following inside links. (Bitbake rev: cc251da0f211f3ee881ad07478733e2f4c1b7019) Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
6 lines
178 B
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%}
|