Skip to content
Snippets Groups Projects
Commit 64b6601f authored by Sergio's avatar Sergio
Browse files

UoM Dash correct to use show_project_list

parent ac236523
Branches uom/2023.2
No related tags found
No related merge requests found
{% load context_selection %}
{% load context_selection_filtered %}
{% if not_list %}
<div class="dropdown">
......@@ -12,9 +11,6 @@
</a>
<ul class="dropdown-menu context-selection selection-menu">
{% comment %}
is_multidomain is only available through an assignment tag pulled in through context_selection
{% endcomment %}
{% is_multidomain as domain_supported %}
{% if domain_supported %}
<li>
......@@ -22,12 +18,9 @@
</li>
{% endif %}
<li>
{% show_project_list_filtered %}
{% show_project_list %}
</li>
{% comment %}
is_multi_region is only available through an assignment tag pulled in through context_selection
{% endcomment %}
{% is_multi_region as multi_region %}
{% if multi_region %}
<li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment