diff --git a/cps/templates/detail.html b/cps/templates/detail.html index a7b8c78e..753db662 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -15,7 +15,7 @@
{% for author in entry.authors %} - {{author.name}} + {{author.name}} {% if not loop.last %} & {% endif %} @@ -65,7 +65,7 @@ {% for tag in entry.tags %} - {{tag.name}} + {{tag.name}} {%endfor%} diff --git a/cps/templates/discover.html b/cps/templates/discover.html index fb76172e..51157972 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -9,13 +9,13 @@
{{entry.title|shortentitle}}
- + {% if entry.ratings.__len__() > 0 %}{{entry.title|shortentitle}}
{% for author in entry.authors %} - {{author.name}} + {{author.name}} {% if not loop.last %} & {% endif %} diff --git a/cps/templates/list.html b/cps/templates/list.html index 07911535..412f9196 100644 --- a/cps/templates/list.html +++ b/cps/templates/list.html @@ -5,7 +5,7 @@ {% for entry in entries %}
{% endfor %}{{entry.title|shortentitle}}
{% for author in entry.authors %} - {{author.name}} + {{author.name}} {% if not loop.last %} & {% endif %} diff --git a/cps/templates/shelf.html b/cps/templates/shelf.html index 4f8a5f94..4c23f827 100644 --- a/cps/templates/shelf.html +++ b/cps/templates/shelf.html @@ -15,13 +15,13 @@
{{entry.title|shortentitle}}
- + {% if entry.ratings.__len__() > 0 %}