Add export for ORTRA

This commit is contained in:
alazo 2017-09-05 14:57:55 +02:00 committed by Claude Paroz
parent 313ad5a0fd
commit ab5b287ce9
3 changed files with 71 additions and 1 deletions

View file

@ -23,6 +23,7 @@ urlpatterns = [
url(r'^imputations/export/$', views.imputations_export, name='imputations_export'),
url(r'^print/update_form/$', views.print_update_form, name='print_update_form'),
url(r'^general_export/$', views.general_export, name='general-export'),
url(r'^ortra_export/$', views.ortra_export, name='ortra-export'),
# AJAX/JSON urls
url(r'^section/(?P<pk>\d+)/periods/', views.section_periods, name='section_periods'),