aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/submitthanks.html
blob: 46058e86cd68c37434c15f3a393456f2ccfd1443 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{% 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_append %} - 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 %}