{% extends "base.html" %} {% block title %}Edit: {{ ticket.title }} — {{ project.name }} — Fossilrepo{% endblock %} {% block content %}

{{ project.name }}

{% include "fossil/_project_nav.html" %}
← Back to ticket

Edit Ticket

{% csrf_token %}
{% if custom_fields %}

Custom Fields

{% for cf in custom_fields %} {% if cf.field_type == "text" or cf.field_type == "url" or cf.field_type == "date" %} {% elif cf.field_type == "textarea" %} {% elif cf.field_type == "select" %} {% elif cf.field_type == "checkbox" %} {% endif %}
{% endfor %}
{% endif %}
Cancel
{% endblock %}