Allura/allura/ext/admin/templates/admin_widgets/metadata_admin.html [132:161]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% set proj_text = 'Project' if value.is_root else 'Subproject' %} {{proj_text}} Status:
{% if request.validation.errors.get('moved_to_url') %}
{{request.validation.errors.get('moved_to_url')}}
{% endif %}

{% if allow_project_delete or not value.is_root %}
{% endif %} {% block status_choices_end -%} {% endblock %}
{% endif%} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Allura/allura/templates_responsive/override/allura/ext/admin/templates/admin_widgets/metadata_admin.html [146:175]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{% set proj_text = 'Project' if value.is_root else 'Subproject' %} {{proj_text}} Status:
{% if request.validation.errors.get('moved_to_url') %}
{{request.validation.errors.get('moved_to_url')}}
{% endif %}

{% if allow_project_delete or not value.is_root %}
{% endif %} {% block status_choices_end -%} {% endblock %}
{% endif%} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -