From 3ef18799532305dca044ad3649c55c5ffad7a57a Mon Sep 17 00:00:00 2001 From: "Ao Liu (frankliuao)" Date: Thu, 23 May 2024 15:27:02 -0500 Subject: [PATCH] Editing wording and agreement location --- fence/templates/register_user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fence/templates/register_user.html b/fence/templates/register_user.html index 7cc0edf8c..2a5a0ad31 100644 --- a/fence/templates/register_user.html +++ b/fence/templates/register_user.html @@ -15,7 +15,7 @@

{% block title %}Register{% endblock %}

{% block content %}
-

Register* in order to get access to download data

+

Register in order to get access to download data

{{ form.csrf_token }} +

By registering and submitting this form, you hereby acknowledge and consent to be bound by our data use agreement (DUA).


-

By registering and submitting this form, you hereby acknowledge and consent to be bound by our terms and conditions, and our data use agreement (DUA), both of which can be found on our main website, or on our data access portal.

{% endblock %}