{% extends 'api/account/base.html' %} {% block body %}
Welcome to DANDI! Please take a moment to fill out this form.
Note: No account is necessary to access public data!
{% csrf_token %} {{ form }}
{% for question in questions %}
{% endfor %} {% for name, value in query_params.items %} {% endfor %}
Please note that users can freely search, view, and download public datasets without an account!
Contact us at help@dandiarchive.org if you have any questions.
{% endblock body %}