aboutsummaryrefslogtreecommitdiffstats
path: root/templates/layerindex/duplicates.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layerindex/duplicates.html')
-rw-r--r--templates/layerindex/duplicates.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layerindex/duplicates.html b/templates/layerindex/duplicates.html
index 0ebfe1185a..8c568b04c4 100644
--- a/templates/layerindex/duplicates.html
+++ b/templates/layerindex/duplicates.html
@@ -29,12 +29,12 @@
<ul class="dropdown-menu">
{% for branch in all_branches %}
<li><a href="{% url this_url_name branch.name %}">
- {% if branch.name = url_branch %}<b>{% endif %}
+ {% if branch.name == url_branch %}<b>{% endif %}
{{ branch.name }}
{% if branch.short_description %}
({{ branch.short_description }})
{% endif %}
- {% if branch.name = url_branch %}</b>{% endif %}
+ {% if branch.name == url_branch %}</b>{% endif %}
</a></li>
{% endfor %}
</ul>