{% extends "layouts/default.html" %} {% from "macros/model-form.html" import model_form %} {% block head %} {% with title = "Request/Add a Dataset" %} {% include "includes/head.html" %} {% endwith %} {% endblock %} {% block content %}
Dataset requests can be submitted anonymously, but please create an account and log in for this dataset to be associated with you and allow you to make edits and updates.
Datasets can be submitted whether you have a copy of the data or if you want someone else to scrape it. If you have a copy of the dataset and have permission to upload, you will be able to do so after submitting the dataset.
{{ model_form(id="request-form", model=model) }} {% endblock %}