aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index bd6ed47902..846a5c84fc 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -56,7 +56,7 @@
{% block submitlink %}<li><a href="{% url submit_layer %}">Submit layer</a></li>{% endblock %}
{% if user.is_authenticated %}
{% if perms.layeritem.publish_layer %}
- <li><a href="{% url layer_list_review %}">
+ <li><a href="{% url layer_list_review %}?branch=master">
Review
{% if unpublished_count > 0 %}
<span class="badge badge-warning">{{ unpublished_count }}</span>