Private
Public Access
1
0

first version analyses collection

This commit is contained in:
Sander Roosendaal
2022-10-07 13:23:15 +02:00
parent ee2d2120a4
commit cf7d6c7c79
10 changed files with 136 additions and 6 deletions

View File

@@ -828,6 +828,8 @@ urlpatterns = [
re_path(r'^errormessage/(?P<errormessage>[\w\ ]+.*)/$',
views.errormessage_view, name='errormessage_view'),
re_path(r'^analysis/$', views.analysis_view, name='analysis'),
re_path(r'^analysis/instrokeanalysis/$', views.instrokeanalysis_view,
name='instrokeanalysis_view'),
re_path(r'^promembership', TemplateView.as_view(
template_name='promembership.html'), name='promembership'),
re_path(r'^checkout/(?P<planid>\d+)/$',