diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-04 16:41:41 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-12 09:57:24 +0200 |
| commit | e7418c19b122c5ac0505ad2be5350068d3bf6f6b (patch) | |
| tree | 735cd414c9dd45334a08f5e8c93224257548aa53 /ishtar_common/templates/ishtar/sheet_source.html | |
| parent | 202fb132953d115c2b1983f5f50d2f4b62bb9d5d (diff) | |
| download | Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.tar.bz2 Ishtar-e7418c19b122c5ac0505ad2be5350068d3bf6f6b.zip | |
Rebase migrations
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_source.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_source.html | 45 |
1 files changed, 0 insertions, 45 deletions
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 %} -<div class="row"> - <div class="offset-lg-4 col-lg-4 offset-md-3 col-md-6 offset-sm-1 col-sm-10 col-12"> - <div class="card"> - {% include "ishtar/blocks/window_image.html" %} - </div> - </div> -</div> -{% endif %} - -<div class="row"> - {% 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' %} -</div> - -{% endblock %} -{% endblock %} - |
