From 48f447ba428be7f36d8674dfb0b24c2a694c7014 Mon Sep 17 00:00:00 2001 From: hongwei1 Date: Wed, 14 Aug 2019 16:09:36 +0200 Subject: [PATCH] tweaked the li --> div --- apimanager/methodrouting/templates/methodrouting/index.html | 4 ++-- apimanager/webui/templates/webui/index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apimanager/methodrouting/templates/methodrouting/index.html b/apimanager/methodrouting/templates/methodrouting/index.html index 40c5c1a..7051a46 100644 --- a/apimanager/methodrouting/templates/methodrouting/index.html +++ b/apimanager/methodrouting/templates/methodrouting/index.html @@ -28,7 +28,7 @@
{% csrf_token %} {% for method_routhing in method_routhings %} -
  • +
    {{ method_routhing.method_name }}
    @@ -59,7 +59,7 @@
    -
  • + {% endfor %}
    diff --git a/apimanager/webui/templates/webui/index.html b/apimanager/webui/templates/webui/index.html index de7121d..4d6da27 100644 --- a/apimanager/webui/templates/webui/index.html +++ b/apimanager/webui/templates/webui/index.html @@ -30,7 +30,7 @@ {% for webui_prop in webui_props %} -
  • +
    {{ webui_prop.name }}
    @@ -46,7 +46,7 @@
    -
  • + {% endfor %}