diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-06 18:47:02 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-06 18:47:02 +0200 |
commit | 0a826dae3fc14fefd4bae00a84676ce88a9b7d88 (patch) | |
tree | 5439d733870f7d1480521df3f2dc33a669107521 | |
parent | 8585f7b99bd43670a7be676b23d3ef37149982c9 (diff) | |
download | Ishtar-0a826dae3fc14fefd4bae00a84676ce88a9b7d88.tar.bz2 Ishtar-0a826dae3fc14fefd4bae00a84676ce88a9b7d88.zip |
Sheet find: open associated link in a new window
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_find.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_find.html b/archaeological_finds/templates/ishtar/sheet_find.html index b37a9957c..d21c85856 100644 --- a/archaeological_finds/templates/ishtar/sheet_find.html +++ b/archaeological_finds/templates/ishtar/sheet_find.html @@ -147,7 +147,7 @@ <td class='string'>{{ doc.title }}</td> <td class='string'>{{doc.source_type}}</td> <td class='string'>{{ doc.authors.all|join:", " }}</td> - <td class='string'>{% if doc.associated_url %}<a href='{{doc.associated_url}}'>{% trans "Link"%}</a>{% endif %}</td> + <td class='string'>{% if doc.associated_url %}<a href='{{doc.associated_url}}' target="_blank">{% trans "Link"%}</a>{% endif %}</td> </tr> {% empty %} {% endfor %} |