feat: improve bag price and packaging unit management
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<span class="text-sm font-bold text-gray-700">비밀번호 변경</span>
|
||||
</section>
|
||||
<div class="border border-gray-300 p-4 mt-2 bg-white max-w-md">
|
||||
<form action="<?= base_url('admin/password-change') ?>" method="POST" class="space-y-4">
|
||||
<form action="<?= mgmt_url('password-change') ?>" method="POST" class="space-y-4">
|
||||
<?= csrf_field() ?>
|
||||
|
||||
<div class="flex flex-wrap items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user