{% extends "layout.html" %} {% set title = "OD-Database - Submit website" %} {% set current_page = "submit" %} {% block body %}
{# Single website #}
{{ recaptcha.get_code()|safe }}
{# Bulk #}
{{ recaptcha.get_code()|safe }}

By submitting this form you agree that your IP address and User Agent will be saved (for debugging purposes only).

Queued websites
{% for w in queue %} {% endfor %}
Url Date added
{{ w.url | truncate(70)}} {{ w.last_modified }} UTC
{% endblock body %}