diff --git a/frontend/templates/_template_map.txt b/frontend/templates/_template_map.txt index 368cb913..f8e7cd23 100644 --- a/frontend/templates/_template_map.txt +++ b/frontend/templates/_template_map.txt @@ -10,10 +10,15 @@ base.html extra_css(empty) extra_js(empty) extra_head(empty) about_wishlist.html about_wishlist_empty.html campaign_list.html extra_css extra_head + cc_list.html extra_css extra_head comments.html extra_css extra_head download.html extra_js goodreads_display.html extra_head home.html extra_css extra_js + kindle_change_successful.html extra_js + libraryauth/library.html extra_head extra_css extra_js + libraryauth/list.html extra_head extra_css + libraryauth/users.html extra_head extra_css librarything.html lockss.html lockss_manifest.html @@ -22,15 +27,17 @@ base.html extra_css(empty) extra_js(empty) extra_head(empty) profiles/profile_detail.html profiles/profile_list.html registration/registration_base.html extra_js extra_head extra_extra_head - basedocumentation.html extra_js extra_extra_head(empty) + basedocumentation.html extra_js extra_extra_head api_help.html about.html about_smashwords.html admins_only.html campaign_admin.html extra_extra_head + campaign_results.html claim.html comments/base.html comments/preview.html extra_css + edition_uploads.html gift.html extra_extra_head emailshare.html extra_css faq.html @@ -38,6 +45,7 @@ base.html extra_css(empty) extra_js(empty) extra_head(empty) front_matter.html extra_extra_head languages.html libraries.html extra_css extra_js + libraryauth/edit.html extra_extra_head manage_account.html extra_extra_head manage_campaign.html extra_extra_head merge.html extra_extra_head @@ -47,6 +55,7 @@ base.html extra_css(empty) extra_js(empty) extra_head(empty) notification/notice_settings.html extra_css extra_js notification/notices.html extra_css press.html + press_new.html privacy.html rh_tools.html extra_extra_head rights_holders.html extra_extra_head @@ -64,6 +73,7 @@ base.html extra_css(empty) extra_js(empty) extra_head(empty) pledge_nevermind.html extra_css pledge_recharge.html extra_css pledge_user_error.html extra_extra_head + purchase.html extra_extra_head stripe.html extra_extra_head registration/activation_complete.html registration/activate.html @@ -92,4 +102,17 @@ base.html extra_css(empty) extra_js(empty) extra_head(empty) nonprofit_base.html extra_extra_head nonprofit.html extra_extra_head - + +book_panel_addbutton.html +cardform.html +cardscripts.html +ebookfiles.html +edition_display.html +edition_upload.html +explore.html +faqmenu.html +faq_t4u.html +learn_more.html +num_wishes.html +split.html +trans_summary.html diff --git a/frontend/templates/basedocumentation.html b/frontend/templates/basedocumentation.html index ebd245dd..4476aa77 100644 --- a/frontend/templates/basedocumentation.html +++ b/frontend/templates/basedocumentation.html @@ -4,13 +4,19 @@ {% endblock %} {% block extra_extra_head %} - + + + + + {% endblock %} {% block title %}{% endblock %} {% block topsection %} +{% with hide_learn_more='on' %} {% include "learn_more.html" %} +{% endwith %} {% endblock %} {% block content %} diff --git a/frontend/templates/book_panel.html b/frontend/templates/book_panel.html index 3a0f78b7..2de4e9a0 100644 --- a/frontend/templates/book_panel.html +++ b/frontend/templates/book_panel.html @@ -181,13 +181,12 @@
{% if first_ebook %} AVAILABLE! -
- {% include "book_panel_addbutton.html" %} -
{% else %}

No campaign yet.


But if lots of ungluers fave this book, maybe there will be!

{% endif %} +
{% include "book_panel_addbutton.html" %} +
diff --git a/frontend/templates/book_panel_addbutton.html b/frontend/templates/book_panel_addbutton.html index 474e662a..8f55bcfe 100644 --- a/frontend/templates/book_panel_addbutton.html +++ b/frontend/templates/book_panel_addbutton.html @@ -24,7 +24,7 @@ {% else %} {% comment %} on the empty-wishlist slideshow {% endcomment %}
- Add to My Faves + Add to Faves
{% endif %} {% else %}{% if work in wishlist %} @@ -34,9 +34,9 @@ {% else %}
{% if on_search_page %} - Add to My Faves + Add to Faves {% else %} - Add to My Faves + Add to Faves {% endif %}
{% endif %}{% endifequal %}{% endif %}{% endif %} diff --git a/frontend/templates/campaign_admin.html b/frontend/templates/campaign_admin.html index a1b01f28..ff71f7c2 100644 --- a/frontend/templates/campaign_admin.html +++ b/frontend/templates/campaign_admin.html @@ -1,6 +1,7 @@ {% extends "basedocumentation.html" %} {% block extra_extra_head %} +{{ block.super }} {{ form.media.css }} diff --git a/frontend/templates/front_matter.html b/frontend/templates/front_matter.html index 8aef5758..9ad969b2 100644 --- a/frontend/templates/front_matter.html +++ b/frontend/templates/front_matter.html @@ -1,6 +1,7 @@ {% extends "basedocumentation.html" %} {% block title %}Ungluers supporting the {{ campaign }}{% endblock %} {% block extra_extra_head %} +{{ block.super }}