diff --git a/app/modules/cupang/templates/cupang/box_calc.html b/app/modules/cupang/templates/cupang/box_calc.html index e82bbd6..c28f5f8 100644 --- a/app/modules/cupang/templates/cupang/box_calc.html +++ b/app/modules/cupang/templates/cupang/box_calc.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/cupang/templates/cupang/box_rules.html b/app/modules/cupang/templates/cupang/box_rules.html index e1b6b7b..8a59f6b 100644 --- a/app/modules/cupang/templates/cupang/box_rules.html +++ b/app/modules/cupang/templates/cupang/box_rules.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
diff --git a/app/modules/cupang/templates/cupang/centers.html b/app/modules/cupang/templates/cupang/centers.html index 3d668ba..b84dace 100644 --- a/app/modules/cupang/templates/cupang/centers.html +++ b/app/modules/cupang/templates/cupang/centers.html @@ -1,6 +1,6 @@ {% extends "erp_base.html" %} -{% block head_extra %}{% endblock %} +{% block head_extra %}{% endblock %} {% block content %}
@@ -27,32 +27,33 @@ 지역별로 묶어 표시. 이름 변경은 지원하지 않음 — 삭제 후 새로 등록. - +
{% for g in center_groups %} -
-
+
+ +
+ {% for c in g["items"] %} +
+ + {{ c.name }} + +
+ + +
+ +
+
+ {% endfor %}
- {% for c in g["items"] %} -
- - {{ c.name }} - -
- - -
-
- -
-
-
- {% endfor %} -
+
{% endfor %} @@ -61,20 +62,103 @@
+ + + + +