Skip to content
Snippets Groups Projects
Commit bc2cd937 authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[experiments][templatetags] Removed unused tags using URL_PREFIX

parent 69856dea
No related branches found
No related tags found
2 merge requests!381Cleanup URL_PREFIX uses in experiments,!342Django 3 migration
......@@ -86,22 +86,6 @@ def report_script(context, panel_id, master_checkbox_id, checkbox_class, form_id
# --------------------------------------------------
@register.inclusion_tag("experiments/panels/execution_infos.html")
def experiment_execution_infos(id):
return dict(panel_id=id, URL_PREFIX=settings.URL_PREFIX,)
# --------------------------------------------------
@register.inclusion_tag("experiments/dialogs/algorithm_mapping.html")
def algorithm_mapping(id):
return dict(dialog_id=id, URL_PREFIX=settings.URL_PREFIX,)
# --------------------------------------------------
@register.inclusion_tag("experiments/panels/actions.html", takes_context=True)
def experiment_actions(context, object, display_count):
"""Composes the action buttons for a particular experiment
......
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