Update templates/create_table.html
Browse files
templates/create_table.html
CHANGED
@@ -3,8 +3,6 @@
|
|
3 |
<h2>Tạo Bảng Người dùng</h2>
|
4 |
<p>Bảng 'users' sẽ được tạo (nếu chưa tồn tại) với các cột: id, name, email, và password (đã băm).</p>
|
5 |
<form method="POST">
|
6 |
-
<label for="page_password">Mật khẩu trang:</label>
|
7 |
-
<input type="password" id="page_password" name="page_password" required>
|
8 |
<button type="submit">Tạo Bảng</button>
|
9 |
</form>
|
10 |
|
|
|
3 |
<h2>Tạo Bảng Người dùng</h2>
|
4 |
<p>Bảng 'users' sẽ được tạo (nếu chưa tồn tại) với các cột: id, name, email, và password (đã băm).</p>
|
5 |
<form method="POST">
|
|
|
|
|
6 |
<button type="submit">Tạo Bảng</button>
|
7 |
</form>
|
8 |
|