Browse Source

Do not show siblings for create

Denis K 8 years ago
parent
commit
9f3632447f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jet/templates/admin/change_form.html

+ 1 - 1
jet/templates/admin/change_form.html

@@ -30,7 +30,7 @@
 {% block content %}
     <div id="content-main">
         {% jet_change_form_sibling_links_enabled as show_siblings %}
-        {% if show_siblings %}
+        {% if change and show_siblings %}
             <div class="changeform-navigation">
                 {% spaceless %}
                     {% jet_previous_object_url as url %}