mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 07:22:14 +00:00
Start building a page to select items based on category.
Requires some new CSS for the side nav.
This commit is contained in:
@@ -5,5 +5,6 @@ from training import views
|
||||
|
||||
urlpatterns = patterns('',
|
||||
url(r'^$', views.SelfUserTrainingRecordView.as_view()),
|
||||
url(r'user/(?P<pk>\d+)/$', views.UserTrainingRecordView.as_view())
|
||||
url(r'user/(?P<pk>\d+)/$', views.UserTrainingRecordView.as_view()),
|
||||
url(r'item/', views.TrainingCategoryItemListView.as_view()),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user