Private
Public Access
1
0

a few more views done

This commit is contained in:
Sander Roosendaal
2020-01-30 17:33:44 +01:00
parent 3633913a5e
commit 75ceb89a53
5 changed files with 30 additions and 40 deletions

View File

@@ -274,7 +274,7 @@ urlpatterns = [
re_path(r'^flexall/user/(?P<theuser>\d+)/$',views.cum_flex,name='cum_flex'),
re_path(r'^flexall/$',views.cum_flex,name='cum_flex'),
re_path(r'^flexalldata/$',views.cum_flex_data,name='cum_flex_data'),
re_path(r'^histo/user/(?P<theuser>\d+)/$',views.histo,name='histo'),
re_path(r'^histo/user/(?P<userid>\d+)/$',views.histo,name='histo'),
re_path(r'^histodata/$',views.histo_data,name='histo_data'),
# re_path(r'^histo/user/(?P<theuser>\d+)/(?P<startdatestring>\d+-\d+-\d+)/(?P<enddatestring>\d+-\d+-\d+)/$',views.histo,name='histo'),
re_path(r'^histo/$',views.histo,name='histo'),