diff --git a/daiquiri/auth/templates/account/terms_of_use.html b/daiquiri/auth/templates/account/terms_of_use.html index 65a254d2..1adef784 100644 --- a/daiquiri/auth/templates/account/terms_of_use.html +++ b/daiquiri/auth/templates/account/terms_of_use.html @@ -4,9 +4,13 @@ ol > li::marker { font-weight: bold; } +ol > li { + margin: 2em, 0; +} -
diff --git a/daiquiri/auth/templates/account/terms_of_use_page.html b/daiquiri/auth/templates/account/terms_of_use_page.html index 129bebe4..ea3abd35 100644 --- a/daiquiri/auth/templates/account/terms_of_use_page.html +++ b/daiquiri/auth/templates/account/terms_of_use_page.html @@ -1,26 +1,22 @@ {% extends 'core/page.html' %} {% load i18n %} -{% load account %} -{% load socialaccount %} -{% load core_tags %} {% block page %} -
You have agreed to the terms of use
+You have agreed to the terms of use
{% else %} -