Skip to content

Commit

Permalink
update migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lind committed Jul 28, 2016
1 parent 915d5ad commit f9454e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indicators/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
url(r'^data/(?P<id>\w+)/(?P<program>\w+)/(?P<type>\w+)/table/$', 'indicators.views.indicator_data_report', name='indicator_data_report'),
url(r'^data/(?P<id>\w+)/(?P<program>\w+)/$', 'indicators.views.indicator_data_report', name='indicator_data_report'),
url(r'^data/(?P<id>\w+)/$', 'indicators.views.indicator_data_report', name='indicator_data_report'),
url(r'^export/(?P<id>\w+)/(?P<program>\w+)/(?P<type>\w+)/$', IndicatorExport.as_view(), name='indicator_export'),
url(r'^export/(?P<id>\w+)/(?P<program>\w+)/(?P<indicator_type>\w+)/$', IndicatorExport.as_view(), name='indicator_export'),

#ajax calls
url(r'^service/(?P<service>[-\w]+)/service_json/', 'indicators.views.service_json', name='service_json'),
Expand Down

0 comments on commit f9454e6

Please sign in to comment.