Update templates/base.html
Browse files- templates/base.html +1 -1
templates/base.html
CHANGED
@@ -32,7 +32,7 @@
|
|
32 |
<a href="{{ url_for('test_db') }}">Kiểm tra DB</a>
|
33 |
<a href="{{ url_for('create_table') }}">Tạo Bảng</a>
|
34 |
<a href="{{ url_for('add_user') }}">Thêm Người dùng</a>
|
35 |
-
<a href="{{ url_for('
|
36 |
<a href="{{ url_for('login') }}">Đăng nhập Người dùng</a>
|
37 |
</nav>
|
38 |
|
|
|
32 |
<a href="{{ url_for('test_db') }}">Kiểm tra DB</a>
|
33 |
<a href="{{ url_for('create_table') }}">Tạo Bảng</a>
|
34 |
<a href="{{ url_for('add_user') }}">Thêm Người dùng</a>
|
35 |
+
<a href="{{ url_for('get_users') }}">Danh sách Người dùng</a>
|
36 |
<a href="{{ url_for('login') }}">Đăng nhập Người dùng</a>
|
37 |
</nav>
|
38 |
|