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; +} -

Using Webservice facilities at AIP

+

Using webservice facilities at AIP

+
  1. 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 %} -

    - {% include 'account/terms_of_use.html' %} -
    + {% include 'account/terms_of_use.html' %} + {% if user.is_authenticated %} -
    +
    {% if consent %} -

    You have agreed to the terms of use

    +

    You have agreed to the terms of use

    {% else %} -
    - {% csrf_token %} - - + + {% csrf_token %} + + {% endif %}
    {% endif %}