{% extends "scls/softwarecollection_sub_base.html" %} {% block scl_menu_delete %} active btn-primary {% endblock %} {% block submenu %}{% include "scls/submenu.html" %}{% endblock %} {% block title %}Delete Project{% endblock %} {% block content %}

Delete Project

Use this form to delete the entire project including all the files. This action does not change or remove any copr projects.

{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% csrf_token %}

Do you really want to delete your collection?

This action is permanent and cannot be reverted back. To confirm that you really want to do it, type the name of your collection into field below:

{{ form.scl_name }}
{% for error in form.scl_name.errors %}
{{ error }}
{% endfor %}
{% endblock %}