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 ? '...' : ''}
-${escapeHtml(info.companion_drugs)}
${escapeHtml(info.precautions.substring(0, 800))}${info.precautions.length > 800 ? '...' : ''}
+