layerindex-web/layerindex/submitthanks.html
Paul Eggleton ad5e8f0524 Clarify language around publishing layers
Show "unpublished" rather than "new" in dependencies list in submit
form, and mention publishing as the operation in the "thanks for
submitting" page.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-02-27 23:10:28 +00:00

27 lines
541 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% comment %}
layerindex-web - layer submission acknowledgement page template
Copyright (C) 2013 Intel Corporation
Licensed under the MIT license, see COPYING.MIT for details
{% endcomment %}
<!--
{% block title %}OpenEmbedded metadata index - layer submitted{% endblock %}
-->
{% block content %}
{% autoescape on %}
<p>Thank you for submitting a layer. Your submission will be reviewed and if accepted should be published in the index soon.</p>
{% endautoescape %}
{% endblock %}