From fc0670595a1b0ade6189bb09bc91edfd131120a9 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 10 Apr 2014 11:08:09 -0400 Subject: [PATCH 1/8] doc pages use learn more, need more css --- frontend/templates/basedocumentation.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/templates/basedocumentation.html b/frontend/templates/basedocumentation.html index ebd245dd..b3a4453c 100644 --- a/frontend/templates/basedocumentation.html +++ b/frontend/templates/basedocumentation.html @@ -5,6 +5,9 @@ {% endblock %} {% block extra_extra_head %} + + + {% endblock %} {% block title %}{% endblock %} From 2245e816b954333bb37bc6cab9cadf1197416238 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 10 Apr 2014 13:15:08 -0400 Subject: [PATCH 2/8] other doc pages needing added css --- frontend/templates/basedocumentation.html | 2 +- frontend/templates/campaign_admin.html | 1 + frontend/templates/front_matter.html | 1 + frontend/templates/gift.html | 1 + frontend/templates/libraryauth/edit.html | 1 + frontend/templates/manage_account.html | 2 ++ frontend/templates/manage_campaign.html | 1 + frontend/templates/merge.html | 1 + frontend/templates/new_edition.html | 1 + frontend/templates/rh_tools.html | 1 + frontend/templates/rights_holders.html | 1 + 11 files changed, 12 insertions(+), 1 deletion(-) diff --git a/frontend/templates/basedocumentation.html b/frontend/templates/basedocumentation.html index b3a4453c..4395132c 100644 --- a/frontend/templates/basedocumentation.html +++ b/frontend/templates/basedocumentation.html @@ -4,7 +4,7 @@ {% endblock %} {% block extra_extra_head %} - + 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 }}