first version analyses collection
This commit is contained in:
@@ -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+)/$',
|
||||
|
||||
Reference in New Issue
Block a user