mirror of
https://github.com/th3r00t/pyShelf.git
synced 2026-04-28 01:59:35 -04:00
Fixed an issue with jquery selecting wrong selector on favorite
This commit is contained in:
@@ -42,6 +42,9 @@ urlpatterns = [
|
||||
path("login", views.userlogin, name="login"),
|
||||
path('logout', views.userlogout, name='logout'),
|
||||
path('favorite/<pk>', views.favorite, name='favorite'),
|
||||
path('favorites', views.favorites, name='favorites'),
|
||||
path('favorites/<bookset>', views.favorites, name='favorites'),
|
||||
path('favorites/<bookset>/<query>', views.favorites, name='favorites'),
|
||||
path(
|
||||
'admin/password_reset/',
|
||||
auth_views.PasswordResetView.as_view(),
|
||||
|
||||
Reference in New Issue
Block a user