Skip to content

Commit a6802fc

Browse files
rnijvelddavidv1992
authored andcommitted
Improve use page
1 parent 4bfb0ee commit a6802fc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

nts-pool-management/templates/use.html.j2

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,18 @@ address = "2.{{ app.ke_domain }}"
3535
mode = "nts"
3636
address = "3.{{ app.ke_domain }}"</code-block>
3737
{% else %}
38-
<form action = "/use" method="POST">
39-
<p> I confirm I have read and accept the <a href="/terms">terms and conditions</a>. In particular, I accept that this pool is experimental, may fail at any time for any reason, and I will not use this information to configure the pool for third parties.</p>
40-
<button type="submit" name="accept" value="true">Accept</button>
41-
</form>
38+
<section class="contained">
39+
<form action = "/use" method="POST">
40+
<section>
41+
<p>
42+
I confirm I have read and accept the <a href="/terms">terms and conditions</a>.
43+
In particular, I accept that this pool is experimental, and I will not use this
44+
information to configure the pool for third parties.
45+
</p>
46+
<button type="submit" name="accept" value="true">Accept</button>
47+
</section>
48+
</form>
49+
</section>
4250
{% endif %}
4351
</section>
4452
{% endblock %}

0 commit comments

Comments
 (0)