From e7418c19b122c5ac0505ad2be5350068d3bf6f6b Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 4 Jun 2018 16:41:41 +0200 Subject: Rebase migrations --- ishtar_common/templates/ishtar/sheet_source.html | 45 ------------------------ 1 file changed, 45 deletions(-) delete mode 100644 ishtar_common/templates/ishtar/sheet_source.html (limited to 'ishtar_common/templates/ishtar/sheet_source.html') diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html deleted file mode 100644 index bedcb587e..000000000 --- a/ishtar_common/templates/ishtar/sheet_source.html +++ /dev/null @@ -1,45 +0,0 @@ -{% extends "ishtar/sheet.html" %} -{% load i18n window_field link_to_window %} - -{% block content %} -{% block window_nav %}{% endblock %} -{% block general %} - -{% if item.image %} -
-
-
- {% include "ishtar/blocks/window_image.html" %} -
-
-
-{% endif %} - -
- {% block related %} - {% trans "Related item" as related_item_label %} - {% field_flex related_item_label item.owner %} - {% endblock %} - {% field_flex "Title" item.title %} - {% field_flex "Index" item.index %} - {% field_flex "Source type" item.source_type %} - {% field_flex "Format type" item.format_type %} - {% field_flex "Scale" item.scale %} - {% trans "Web link" as weblink_label %} - {% field_flex_url weblink_label item.associated_url %} - {% field_flex "Item number" item.item_number %} - {% field_flex "Ref." item.reference %} - {% field_flex "Internal ref." item.internal_reference %} - {% field_flex "Creation date" item.creation_date %} - {% field_flex "Receipt date" item.receipt_date %} - {% field_flex "Receipt date in documentation" item.receipt_date_in_documentation %} - {% field_flex "Has a duplicate" item.duplicate %} - {% field_flex "Description" item.description %} - {% field_flex "Comment" item.comment %} - {% field_flex "Additional information" item.additional_information %} - {% field_flex_full "Authors" item.authors|add_links:'person' %} -
- -{% endblock %} -{% endblock %} - -- cgit v1.2.3