Skip to content
Snippets Groups Projects
Commit a0cfe661 authored by Carlos Vega's avatar Carlos Vega
Browse files

added route for provenance

parent 089821d6
No related branches found
No related tags found
1 merge request!229Feature/provenance
...@@ -233,6 +233,8 @@ urlpatterns = [ ...@@ -233,6 +233,8 @@ urlpatterns = [
url(r'^statistics$', views.statistics.statistics, name='web.views.statistics'), url(r'^statistics$', views.statistics.statistics, name='web.views.statistics'),
url(r'^provenance$', views.provenance.ProvenanceListView.as_view(), name='web.views.provenance'),
#################### ####################
# STUDY # # STUDY #
#################### ####################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment