mirror of
https://github.com/inventree/InvenTree.git
synced 2025-07-11 07:24:15 +00:00
Simple supplier template
This commit is contained in:
@ -4,10 +4,10 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
# Display part detail
|
||||
url(r'^(?P<part_id>[0-9]+)/$', views.partdetail, name='detail'),
|
||||
url(r'^(?P<part_id>[0-9]+)/$', views.partDetail, name='detail'),
|
||||
|
||||
# Display a list of top-level categories
|
||||
url(r'^category/$', views.categorylist, name='categorylist'),
|
||||
url(r'^category/$', views.categoryList, name='categorylist'),
|
||||
|
||||
# Display a single part category
|
||||
url(r'^category/(?P<category_id>[0-9]+)/$', views.category, name='category'),
|
||||
|
Reference in New Issue
Block a user