Skip to content
Snippets Groups Projects
Commit fe3c93d8 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

keep display type (thumbnail/list/table) even if selection on left changes

Former-commit-id: 537009695364ebc48df8cb8d8472581c3a64c516
parent c280cccc
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@
{% include "multiselection_list_menu.html" with label="Disease" selected_list=selected_diseases unselected_list=diseases param_name="disease" all_param_name="diseases_all" all_param_value=diseases_all %}
{% include "multiselection_list_menu.html" with label="Organism" selected_list=selected_taxonomies unselected_list=taxonomies param_name="taxonomy" all_param_name="taxonomies_all" all_param_value=taxonomies_all %}
{% include "multiselection_list_menu.html" with label="Bound complex" selected_list=selected_boundcomplexes unselected_list=boundcomplexes param_name="boundcomplex" all_param_name="boundcomplexes_all" all_param_value=boundcomplexes_all %}
<input type="hidden" name="display" value="{{ display }}" />
</form>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment