diff --git a/public_html/static/css/style.css b/public_html/static/css/style.css index 68a2437..b846718 100644 --- a/public_html/static/css/style.css +++ b/public_html/static/css/style.css @@ -795,6 +795,19 @@ p.pledge-button margin: 8px 10px; } +.accepted-methods +{ + margin-top: 32px; +} + +.accepted-methods h4 +{ + color: gray; + font-size: 16px; + margin: 0px; + margin-bottom: 4px; +} + /************************************** * COMPLEX HEADERS * **************************************/ diff --git a/public_html/templates/landing.tpl b/public_html/templates/landing.tpl index a7d8aa0..947bbcd 100644 --- a/public_html/templates/landing.tpl +++ b/public_html/templates/landing.tpl @@ -74,6 +74,17 @@ {%/if} {%/foreach} + {%else} +
+

Accepted here:

+ {%foreach method in methods} + {%if isempty|method[image] == false} + + {%else} + + {%/if} + {%/foreach} +
{%/if}