diff --git a/backend/templates/admin_products.html b/backend/templates/admin_products.html index 0ccada7..73b11eb 100644 --- a/backend/templates/admin_products.html +++ b/backend/templates/admin_products.html @@ -1159,12 +1159,6 @@

${escapeHtml(info.dosage_instructions)}

` : ''} - ${info.precautions ? ` -
-
▶ 주의사항
-

${escapeHtml(info.precautions.substring(0, 800))}${info.precautions.length > 800 ? '...' : ''}

-
` : ''} - ${info.dosing_interval ? `
▶ 투약 주기 ⭐
@@ -1177,6 +1171,12 @@

${escapeHtml(info.companion_drugs)}

` : ''} + ${info.precautions ? ` +
+
▶ 주의사항
+

${escapeHtml(info.precautions.substring(0, 800))}${info.precautions.length > 800 ? '...' : ''}

+
` : ''} +