diff options
Diffstat (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index ff0cd0de7..a8e2ab13e 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -145,7 +145,6 @@ {% field_flex calculated_weight_kg_trans item.calculated_weight_kg|floatformat:"-3" %} {% endif %} {% endif %}{% endwith %} - {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} </div> </div> @@ -172,6 +171,13 @@ {% endwith %} </div> {% endif %} + + {% if not is_external %} + <h3>{% trans "Sheet"%}</h3> + <div class="row"> + {% include "ishtar/blocks/sheet_creation_section.html" %} + </div> + {% endif %} </div> <div class="tab-pane fade" id="{{window_id}}-content" |