Skip to content

Commit

Permalink
Editing wording and agreement location
Browse files Browse the repository at this point in the history
  • Loading branch information
frankliuao committed May 23, 2024
1 parent aba6f46 commit 3ef1879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fence/templates/register_user.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{% block title %}Register{% endblock %}</h1>
{% block content %}
<form method="post">

<h1 class="introduction">Register* in order to get access to download data</h1>
<h1 class="introduction">Register in order to get access to download data</h1>
{{ form.csrf_token }}
<ul>
<li> {{ form.firstname.label }} {{ form.firstname }} </li>
Expand All @@ -29,8 +29,8 @@ <h1 class="introduction">Register* in order to get access to download data</h1>
{% endif %}
</li>
</ul>
<p>By registering and submitting this form, you hereby acknowledge and consent to be bound by our <a href="/dashboard/Public/documentation/DUA.html">data use agreement (DUA)</a>.</p><br>
<button class="button-primary-orange" type="submit">Register</button>
<p>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 <a href="/dashboard/Public/documentation/DUA.html">data access portal</a>. </p>
</form>
{% endblock %}

Expand Down

0 comments on commit 3ef1879

Please sign in to comment.