diff --git a/accounts/urls.py b/accounts/urls.py
index ac5119d..7c79207 100644
--- a/accounts/urls.py
+++ b/accounts/urls.py
@@ -4,7 +4,7 @@ from accounts.views import login_view, dashboard, customer_list, add_customer_aj
app_name = "accounts"
urlpatterns = [
- path('login/', login_view, name='login'),
+ path('', login_view, name='login'),
path('logout/', logout_view, name='logout'),
path('dashboard/', dashboard, name='dashboard'),
path('customers/', customer_list, name='customer_list'),
diff --git a/db.sqlite3 b/db.sqlite3
index 9ffff65..d80d44c 100644
Binary files a/db.sqlite3 and b/db.sqlite3 differ
diff --git a/wells/templates/wells/well_list.html b/wells/templates/wells/well_list.html
index cb55351..2215165 100644
--- a/wells/templates/wells/well_list.html
+++ b/wells/templates/wells/well_list.html
@@ -163,12 +163,19 @@
{% empty %}
-
+ |
|
+ |
+ |
+ |
+ |
+ |
+ |
+ |
{% endfor %}