{% extends "base.html" %} {% block title_suffix %} - {% if req %}Edit{% else %}New{% endif %} Request{% endblock %} {% block content %}
{% if edit_mode %} {# In edit mode, project is locked - show as text and submit hidden field #} Project cannot be changed after creation {% else %} {% endif %}
Override project/global commit phase setting for this request
Specific branch for this request's commit
Cancel
{% endblock %}