diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-30 11:22:32 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-30 11:22:32 +0200 |
| commit | 1018402b846572b2bc348c0e6e0865527915afdb (patch) | |
| tree | 132eac66e87b320396f8e7e2ac455c09125f10d3 /archaeological_operations/templates | |
| parent | 42e39d8d9e9f919422afc3020ab37dacf8b9dd3a (diff) | |
| download | Ishtar-1018402b846572b2bc348c0e6e0865527915afdb.tar.bz2 Ishtar-1018402b846572b2bc348c0e6e0865527915afdb.zip | |
Templates: add link to doc tables - add a doc table to find sheet (refs #1350)
Diffstat (limited to 'archaeological_operations/templates')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index a85002702..fd4c4d021 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -103,14 +103,14 @@ <th>{% trans "Title" %}</th> <th>{% trans "Type" %}</th> <th>{% trans "Authors" %}</th> - {#<th>{% trans "Localisation" %}</th>#} + <th>{% trans "Link" %}</th> </tr> {% for doc in item.source.all %} <tr> <td class='string'>{{ doc.title }}</td> <td class='string'>{{doc.source_type}}</td> <td class='string'>{{ doc.authors.all|join:", " }}</td> - {#<td>{{ doc.localisation }}</td>#} + <td class='string'>{% if doc.associated_url %}<a href='{{doc.associated_url}}'>{% trans "Link"%}</a>{% endif %}</td> </tr> {% empty %} <tr><td colspan="4" class='no_items'>{% trans "No scientific document associated to this operation" %}</td></tr> |
