Skip to content
Snippets Groups Projects
Commit ed18c8cb authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[plotters] updated urls with plot_sample_with_params - dynamic update of parameters on plot

parent b06a0e98
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,12 @@ urlpatterns = [
name='plot_sample',
),
url(
r'^plot_sample_with_params/$',
views.plot_sample_with_params,
name='plot_sample_with_params',
),
url(
r'^new_plotterparameter/$',
views.create_plotterparameter,
......
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