Update route to handle error when env names are duplicated

This commit is contained in:
leigh-mil
2019-12-16 14:38:46 -05:00
parent 812caf5d7d
commit 63a5d9274b
5 changed files with 70 additions and 33 deletions

View File

@@ -13,6 +13,9 @@
{% block application_content %}
{% if show_flash -%}
{% include "fragments/flash.html" %}
{%- endif %}
<h3>{{ 'portfolios.applications.settings.name_description' | translate }}</h3>
{% if user_can(permissions.EDIT_APPLICATION) %}