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

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

{% endblock body %}