Skip to content
Snippets Groups Projects

Turbolinks

Merged ynerant requested to merge turbolinks into master
4 files
+ 98
47
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 0
1
@@ -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