diff --git a/app/modules/dispatch/templates/dispatch/batches.html b/app/modules/dispatch/templates/dispatch/batches.html index 5f606fc..2b12f66 100644 --- a/app/modules/dispatch/templates/dispatch/batches.html +++ b/app/modules/dispatch/templates/dispatch/batches.html @@ -1,5 +1,16 @@ {% extends "erp_base.html" %} +{% block head_extra %} + +{% endblock %} + {% block content %}
{% include "dispatch/_nav.html" %} @@ -10,7 +21,7 @@ + 새 업로드
- +
@@ -28,8 +39,7 @@
날짜 {% set pf = (b.platform or '')|lower %} {% if pf in ['tiktok', 'shopee'] %} - {{ b.platform }} + {% else %}{{ b.platform }}{% endif %}