{% extends "base.html" %} {% block content %} {% set name = 'delete/' + project.name %}

Удаление проекта

{{ form.hidden_tag() }}
{{ form.conf(class="input_data", type="conf", placeholder=name) }} {% for error in form.conf.errors %} {% endfor %}
{{ form.submit(type="submit", class="delete_project_button") }}
{% if message != '' %} {% endif %}
{% endblock %}