new FT test_theme for theme switcher functionality; theme-switcher content added to home.html, several dashboard views & urls, all appropriate ITs & UTs; lyric user model saves theme (migrations run); django-compressor and django-libsass libraries added to dependencies
This commit is contained in:
@@ -6,4 +6,5 @@ urlpatterns = [
|
||||
path('list/<uuid:list_id>/', views.view_list, name='view_list'),
|
||||
path('users/<uuid:user_id>/', views.my_lists, name='my_lists'),
|
||||
path('list/<uuid:list_id>/share_list', views.share_list, name="share_list"),
|
||||
path('set_theme', views.set_theme, name='set_theme'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user