diff --git a/cps/templates/author.html b/cps/templates/author.html index 78ddc8bbf..14dd94edb 100644 --- a/cps/templates/author.html +++ b/cps/templates/author.html @@ -36,7 +36,9 @@
{{entry.title|shortentitle}}
+ +{{entry.title|shortentitle}}
+{% for author in entry.authors %} {{author.name.replace('|',',')}} diff --git a/cps/templates/discover.html b/cps/templates/discover.html index 3466597c3..13dacb430 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -14,7 +14,9 @@ {% endif %}
{{entry.title|shortentitle}}
+ +{{entry.title|shortentitle}}
+{% for author in entry.authors %} {{author.name.replace('|',',')|shortentitle(30)}} diff --git a/cps/templates/index.html b/cps/templates/index.html index 9cc40d830..12fbd7179 100755 --- a/cps/templates/index.html +++ b/cps/templates/index.html @@ -17,7 +17,9 @@
{{entry.title|shortentitle}}
+ +{{entry.title|shortentitle}}
+{% for author in entry.authors %} {{author.name.replace('|',',')|shortentitle(30)}} @@ -60,7 +62,9 @@
{{entry.title|shortentitle}}
+ +{{entry.title|shortentitle}}
+{% for author in entry.authors %} {{author.name.replace('|',',')|shortentitle(30)}} diff --git a/cps/templates/search.html b/cps/templates/search.html index 4a592d167..79bd1e98d 100644 --- a/cps/templates/search.html +++ b/cps/templates/search.html @@ -5,7 +5,7 @@
{{_('Please try a different search')}}
{% else %} -{{entry.title|shortentitle}}
+ +{{entry.title|shortentitle}}
+{% for author in entry.authors %} {{author.name.replace('|',',')}} diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 28cd20bb9..a317c14b8 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -23,7 +23,9 @@
{{entry.title|shortentitle}}
+ +{{entry.title|shortentitle}}
+{% for author in entry.authors %} {{author.name.replace('|',',')}}