Allura/allura/ext/admin/templates/admin_widgets/metadata_admin.html [63:83]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Preferred Support Page (for users of your project):
{% if request.validation.errors.get('support_page_url') %}
{{request.validation.errors.get('support_page_url')}}
{% endif %}
{% for ac in c.project.app_configs %} {% if ac.tool_name.lower() in tg.config['support_tool_choices'].split() %}
{% endif %} {% endfor %}

{% endif %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Allura/allura/templates_responsive/override/allura/ext/admin/templates/admin_widgets/metadata_admin.html [66:88]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Preferred Support Page (for users of your project):
{% if request.validation.errors.get('support_page_url') %}
{{request.validation.errors.get('support_page_url')}}
{% endif %}
{% for ac in c.project.app_configs %} {% if ac.tool_name.lower() in tg.config['support_tool_choices'].split() %}
{% endif %} {% endfor %}

{% endif %} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -