lots of ui changes
This commit is contained in:
@@ -838,8 +838,10 @@ urlpatterns = [
|
||||
re_path(r'^sessions/multicreate/user/(?P<userid>\d+)/$',
|
||||
views.plannedsession_multicreate_view,
|
||||
name='plannedsession_multicreate_view'),
|
||||
re_path(r'^sessions/(?P<id>\d+)/edit/$',views.plannedsession_edit_view),
|
||||
re_path(r'^sessions/(?P<id>\d+)/templateedit/',views.plannedsession_templateedit_view),
|
||||
re_path(r'^sessions/(?P<id>\d+)/edit/$',views.plannedsession_edit_view,
|
||||
name='plannedsession_edit_view'),
|
||||
re_path(r'^sessions/(?P<id>\d+)/templateedit/',views.plannedsession_templateedit_view,
|
||||
name='plannedsession_templateedit_view'),
|
||||
re_path(r'^sessions/(?P<id>\d+)/maketemplate/$',views.plannedsession_totemplate_view),
|
||||
re_path(r'^sessions/(?P<id>\d+)/compare/$',
|
||||
views.plannedsession_compare_view,
|
||||
|
||||
Reference in New Issue
Block a user