From fecc9076874f5de2ad28e8a43973eba0e472c1ef Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Wed, 6 Mar 2013 19:00:56 +0000 Subject: Ensure we switch to the master branch for reviewing Newly submitted layers don't have anything other than a master branch, so they won't display properly unless we have master selected; so just add a parameter to submission email and review URLs to ensure that is the case. Signed-off-by: Paul Eggleton --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/base.html') 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 %}
  • Submit layer
  • {% endblock %} {% if user.is_authenticated %} {% if perms.layeritem.publish_layer %} -
  • +
  • Review {% if unpublished_count > 0 %} {{ unpublished_count }} -- cgit 1.2.3-korg