diff --git a/app/templates/dashboard/app_form.html b/app/templates/dashboard/app_form.html index e5c77b0..bd2f507 100644 --- a/app/templates/dashboard/app_form.html +++ b/app/templates/dashboard/app_form.html @@ -106,10 +106,10 @@ + {% if app and app.ports %} + {% for port in app.ports %} - {% if app and app.ports %} - {% for port in app.ports %} @@ -132,6 +132,29 @@ {% endfor %} + {% else %} + + + + + + + + + + + + + + + {% endif %} @@ -282,4 +305,4 @@ } } -{% endblock %} +{% endblock %} \ No newline at end of file