summaryrefslogtreecommitdiff
path: root/archaeological_finds/templates/ishtar/sheet_findsource.html
blob: 04db0336cf376990977d19ff32c3d922231c141a (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends "ishtar/sheet_source.html" %}
{% load i18n window_field link_to_window %}

{% block head_sheet %}
{{block.super}}
<h1>{% trans "Find source"%}</h1>
{% endblock %}

{% block related %}
{% field "Related find" item.owner '' item.owner|link_to_window %}
{% endblock %}