Skip to content

Commit

Permalink
Merge pull request #1696 from dandi/enh-no-account-note
Browse files Browse the repository at this point in the history
Add a note to registration page that no account is necessary to access public data
  • Loading branch information
waxlamp committed Nov 1, 2023
2 parents 87e6447 + c93a424 commit 40498ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dandiapi/api/templates/api/account/questionnaire_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{% block body %}
<h5>Welcome to DANDI! Please take a moment to fill out this form.</h5>
<h6><b>Note:</b> No account is necessary to access public data!</h6>
<form method="POST" class="col s12">
{% csrf_token %}
{{ form }}
Expand Down

0 comments on commit 40498ec

Please sign in to comment.