aboutsummaryrefslogtreecommitdiffstats
path: root/templates/base_toplevel.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base_toplevel.html')
-rw-r--r--templates/base_toplevel.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base_toplevel.html b/templates/base_toplevel.html
index aad44cb676..d9ea7bb60c 100644
--- a/templates/base_toplevel.html
+++ b/templates/base_toplevel.html
@@ -27,7 +27,7 @@
</a>
<ul class="dropdown-menu">
{% for branch in all_branches %}
- <li><a href="{% url this_url_name branch.name %}">
+ <li><a href="{% url this_url_name branch.name %}{{ extra_url_param }}">
{% if branch.name = url_branch %}<b>{% endif %}
{{ branch.name }}
{% if branch.short_description %}