Dynamic tabs on conso view
This commit is contained in:
parent
12d7ddfa30
commit
3597e79dc1
3 changed files with 91 additions and 46 deletions
|
|
@ -12,7 +12,6 @@ urlpatterns = [
|
|||
path('buttons/create/', views.TransactionTemplateCreateView.as_view(), name='template_create'),
|
||||
path('buttons/update/<int:pk>/', views.TransactionTemplateUpdateView.as_view(), name='template_update'),
|
||||
path('buttons/', views.TransactionTemplateListView.as_view(), name='template_list'),
|
||||
path('consos/<str:template_type>/', views.ConsoView.as_view(), name='consos'),
|
||||
path('consos/', views.ConsoView.as_view(), name='consos'),
|
||||
|
||||
# API for the note autocompleter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue