diff --git a/views/charity.html b/views/charity.html index f95c73cd..92a8f64e 100644 --- a/views/charity.html +++ b/views/charity.html @@ -39,7 +39,7 @@ % for co in charity["company_number"]: - + {{ co["number"] }} (Source: {{ sources.get(co["source"], co["source"])}}) @@ -60,22 +60,22 @@
@@ -95,7 +95,7 @@ CCEW Charity number % if charity["ccew_number"]: - {{ charity["ccew_number"] }} + {{ charity["ccew_number"] }} % else: None % end @@ -105,7 +105,7 @@ OSCR Charity number % if charity["oscr_number"]: - {{ charity["oscr_number"] }} + {{ charity["oscr_number"] }} % else: None % end @@ -115,7 +115,7 @@ CCNI Charity number % if charity["ccni_number"]: - {{ charity["ccni_number"] }} + {{ charity["ccni_number"] }} % else: None % end @@ -148,7 +148,7 @@ Website - {{ charity["url"] }} + {{ charity["url"] }} Domain diff --git a/views/preview.html b/views/preview.html index ec900e98..cee0945f 100644 --- a/views/preview.html +++ b/views/preview.html @@ -25,26 +25,26 @@
Charity Number
% if charity["ccew_number"]:
  • England and Wales (CCEW): - {{ charity["ccew_number"] }} + {{ charity["ccew_number"] }}
  • % end % if charity["oscr_number"]:
  • Scotland (OSCR): - {{ charity["oscr_number"] }} + {{ charity["oscr_number"] }}
  • % end % if charity["ccni_number"]:
  • Northern Ireland (CCNI): - {{ charity["ccni_number"] }} + {{ charity["ccni_number"] }}
  • % end
    Company Number: % if charity["company_number"]: % for co in charity["company_number"]: - + {{ co["number"] }} ({{co["source"]}})