diff --git a/apimanager/methodrouting/templates/methodrouting/index.html b/apimanager/methodrouting/templates/methodrouting/index.html index b467a7b..5f30a9d 100644 --- a/apimanager/methodrouting/templates/methodrouting/index.html +++ b/apimanager/methodrouting/templates/methodrouting/index.html @@ -105,10 +105,16 @@ class="method_routing_id">{{ method_routing.method_routing_id }}
-
- saved. - -
+ {% if method_routing.method_routing_id == "" %} +
+ +
+ {% else %} +
+ + +
+ {% endif %}