{% extends "with_submenu.html" %} {% load sekizai_tags %} {% block submenu %}{% include "scls/submenu.html" %}{% endblock %} {% block title %}New Collection{% endblock %} {% block content %}

New Collection

This form is used to import packages from an existing Copr project. For more information on how to build Your collection in Copr see Software Collections for Developers.

{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% csrf_token %} {% for item in form %}
{{ item }} {% for error in item.errors %}
{{ error }}
{% endfor %} {% if item.help_text %} {{ item.help_text }} {% endif %}
{% endfor %}
{% addtoblock "js" %} {% endaddtoblock %} {% endblock %}