+ class="box-border column-main container max-w-screen-xl {% block main_content_class %} py-10 space-y-doubleGutter {% endblock %}"> {% if show_tou_prompt() %} {{ tou_prompt() }} {% else %} diff --git a/app/templates/components/big-number.html b/app/templates/components/big-number.html index 6738309357..f9a66e2759 100644 --- a/app/templates/components/big-number.html +++ b/app/templates/components/big-number.html @@ -40,7 +40,7 @@ {{ big_number(number, label, link=link, status=True, smaller=smaller, smallest=smallest) }} {% if show_failures %} {% if failure_link %} - + {% endif %}
{% if failures %} @@ -85,7 +85,7 @@ {{ big_number(number, label, link=link, status=True, smaller=smaller, smallest=smallest) }} {% if failure_link %} - + {% endif %} diff --git a/app/templates/components/tou-dialog.html b/app/templates/components/tou-dialog.html index e1d0ade205..864d67e9e3 100644 --- a/app/templates/components/tou-dialog.html +++ b/app/templates/components/tou-dialog.html @@ -5,17 +5,17 @@ {% macro tou_dialog() %}
-
+
{{ terms_of_use() }}