commit 05015fd1f26cc4e116cc30fbbf0df44dd3c6c2bf Author: kez kez@torproject.org Date: Tue Jun 22 10:07:32 2021 -0400
Move the donate-form pages to the new layout template --- content/champions-of-privacy/contents.lr | 4 +--- content/contents.lr | 4 +--- content/monthly-giving/contents.lr | 4 +--- models/donate-form.ini | 6 +----- 4 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/content/champions-of-privacy/contents.lr b/content/champions-of-privacy/contents.lr index bfa80c66..254bc59b 100644 --- a/content/champions-of-privacy/contents.lr +++ b/content/champions-of-privacy/contents.lr @@ -2,14 +2,12 @@ _model: donate-form --- frequency: single --- -_template: layout.html +_template: donate-form.html --- body: --- color: primary --- -html: donate-form.html ---- title: Champions of Privacy --- intro: diff --git a/content/contents.lr b/content/contents.lr index ff463405..27fbefc5 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -10,9 +10,7 @@ section_id: donate --- title: Donate --- -_template: layout.html ---- -html: donate-form.html +_template: donate-form.html --- intro:
diff --git a/content/monthly-giving/contents.lr b/content/monthly-giving/contents.lr index 2f6eb7da..93bc3d37 100644 --- a/content/monthly-giving/contents.lr +++ b/content/monthly-giving/contents.lr @@ -10,9 +10,7 @@ section_id: donate --- title: Defenders of Privacy --- -_template: layout.html ---- -html: donate-form.html +_template: donate-form.html --- intro:
diff --git a/models/donate-form.ini b/models/donate-form.ini index 6666207c..66e1beed 100644 --- a/models/donate-form.ini +++ b/models/donate-form.ini @@ -223,8 +223,4 @@ type = html
[fields.total_matched_counter_label] label = Total Matched Counter Label -type = html - -[fields.html] -label = Html -type = string +type = html \ No newline at end of file