diff --git a/frontend/templates/home.html b/frontend/templates/home.html index 72c7c92b..285295cd 100755 --- a/frontend/templates/home.html +++ b/frontend/templates/home.html @@ -44,7 +44,7 @@ function put_un_in_cookie2(){ {% with featured as work %}
-
+
{% if work.googlebooks_id %} Find {{ work.title }} at Google Books diff --git a/frontend/templates/manage_campaign.html b/frontend/templates/manage_campaign.html index faac7c12..4cbd6a45 100644 --- a/frontend/templates/manage_campaign.html +++ b/frontend/templates/manage_campaign.html @@ -66,7 +66,7 @@ Please fix the following before launching your campaign: (Or, go back to rights holder tools page.)
-
+
{{ work.title }}
diff --git a/frontend/templates/pledge.html b/frontend/templates/pledge.html index 4dceca24..23582e95 100644 --- a/frontend/templates/pledge.html +++ b/frontend/templates/pledge.html @@ -15,7 +15,7 @@ {% block doccontent %}
-
+
{{ work.title }}
diff --git a/frontend/templates/purchase.html b/frontend/templates/purchase.html index 5fe8d6fd..4befdc02 100644 --- a/frontend/templates/purchase.html +++ b/frontend/templates/purchase.html @@ -17,7 +17,7 @@ {% block doccontent %}
-
+
{{ work.title }}
diff --git a/frontend/templates/work.html b/frontend/templates/work.html index eba745d5..55b1b4f1 100644 --- a/frontend/templates/work.html +++ b/frontend/templates/work.html @@ -82,7 +82,7 @@ Find {{ work.title }} at Google Books
{% else %} -
+
{{ work.title }}
{% endif %}