UPDATE
This commit is contained in:
+1
-1
@@ -3,6 +3,6 @@ from django.urls import path
|
||||
from .views import FarmDashboardCardsView
|
||||
|
||||
urlpatterns = [
|
||||
path("cards/", FarmDashboardCardsView.as_view(), name="farm-dashboard-cards"),
|
||||
# path("cards/", FarmDashboardCardsView.as_view(), name="farm-dashboard-cards"),
|
||||
path("", FarmDashboardCardsView.as_view(), name="farm-dashboard"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user