{% extends "tcms_base.html" %} {% load static %} {% block subtitle %}{{ test_plan }}{% endblock %} {% block extra_head %} {{ form.media }} {% endblock %} {% block custom_stylesheet %} {% endblock %} {% block custom_javascript %} {% endblock %} {% block content_type %} {% endblock %} {% block contents %}
Home >> Planning >> {{ test_plan.plan_id }}: {{ test_plan }} >> Edit
Edit History
{{ form.name }} {{ form.name.errors }}
{{ form.is_active }}
{{ test_plan.author.email }}
{{ form.owner }} {{ form.owner.errors }}
{{ form.product }} {{ form.product.errors }}
{{ form.product_version }} {{ form.product_version.errors }}
{{ form.type }}
{{ form.type.errors }}
{{ form.parent }}
{{ form.parent.errors }}
{{ form.text }}
{{ form.text.errors }}
Or upload a plan document {{ form.upload_plan_text }} Html, Plain text or ODT is acceptable.
{{ form.upload_plan_text.errors }}
{{ form.text.errors }}
{{ form.env_group }} What is environment group?
{{ form.extra_link }}
{{ form.extra_link.errors }}
{{ form.auto_to_plan_owner }}{{ form.auto_to_plan_owner.label }}{{ form.auto_to_plan_owner.errors }}
{{ form.auto_to_plan_author }}{{ form.auto_to_plan_author.label }}{{ form.auto_to_plan_author.errors }}
{{ form.auto_to_case_owner }}{{ form.auto_to_case_owner.label }}{{ form.auto_to_case_owner.errors }}
{{ form.auto_to_case_default_tester }}{{ form.auto_to_case_default_tester.label }}{{ form.auto_to_case_default_tester.errors }}
{{ form.notify_on_plan_update }}{{ form.notify_on_plan_update.label }}{{ form.notify_on_plan_update.errors }}
{{ form.notify_on_plan_delete }}{{ form.notify_on_plan_delete.label }}{{ form.notify_on_plan_delete.errors }}
{{ form.notify_on_case_update }}{{ form.notify_on_case_update.label }}{{ form.notify_on_case_update.errors }}
{% endblock %}