mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
11 lines
204 B
HTML
11 lines
204 B
HTML
{% extends "base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block content %}
|
|
<form method="post" action=".">
|
|
{{ form.as_p }}
|
|
|
|
<input type="submit" class="btn" value="{% trans 'Submit' %}" />
|
|
</form>
|
|
{% endblock %}
|