diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-05 11:39:14 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-09-05 11:39:14 +0200 |
| commit | 061b50764d3df64cf68aa676bb416cfd29c39523 (patch) | |
| tree | 29447abfbe714d04b1d616f3af64a508cb3f8e30 /ishtar_common/templates/ishtar/sheet_source.html | |
| parent | 3e060c7a2fd22ecd5a81810f2ab365344644b2d1 (diff) | |
| download | Ishtar-061b50764d3df64cf68aa676bb416cfd29c39523.tar.bz2 Ishtar-061b50764d3df64cf68aa676bb416cfd29c39523.zip | |
Source sheet: author link to persons (refs #3180)
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_source.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/sheet_source.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html index 653087753..7d291f37f 100644 --- a/ishtar_common/templates/ishtar/sheet_source.html +++ b/ishtar_common/templates/ishtar/sheet_source.html @@ -10,7 +10,7 @@ {% field "Format type" item.format_type %} {% field "Scale" item.scale %} {% field_url "Web link" item.associated_url %} -{% field_multiple "Authors" item.authors %} +{% field "Authors" item.authors|add_links:'person' %} {% field "Item number" item.item_number %} {% field "Ref." item.reference %} {% field "Internal ref." item.internal_reference %} |
