diff --git a/cps/templates/detail.html b/cps/templates/detail.html index 882b2ba2..2859d64c 100644 --- a/cps/templates/detail.html +++ b/cps/templates/detail.html @@ -5,9 +5,9 @@
{% if entry.has_cover %} - + {{ entry.title }} {% else %} - + {{ entry.title }} {% endif %}
diff --git a/cps/templates/discover.html b/cps/templates/discover.html index ff79c23b..53d73168 100644 --- a/cps/templates/discover.html +++ b/cps/templates/discover.html @@ -9,7 +9,7 @@
{% if entry.has_cover is defined %} - + {{ entry.title }} {% endif %}
diff --git a/cps/templates/index.html b/cps/templates/index.html index 72df252a..c5d156ce 100755 --- a/cps/templates/index.html +++ b/cps/templates/index.html @@ -10,9 +10,9 @@
{% if entry.has_cover %} - + {{ entry.title }} {% else %} - + {{ entry.title }} {% endif %}
@@ -46,9 +46,9 @@
{% if entry.has_cover %} - + {{ entry.title }} {% else %} - + {{ entry.title }} {% endif %}
diff --git a/cps/templates/search.html b/cps/templates/search.html index 3f705c47..f320d393 100644 --- a/cps/templates/search.html +++ b/cps/templates/search.html @@ -16,7 +16,7 @@
{% if entry.has_cover is defined %} - + {{ entry.title }} {% endif %}