{# vim: set ts=2 et sts=2 sw=2: #} {% extends "wiki/base.html" %} {% set title = _('External Document Source Signup') %} {% block title %}{{ page_title(title) }}{% endblock %} {% block content %}
{% if not submitted %} {% trans %}

We put TFM in RTFM

MDN has great docs, you have great docs. Tell us where your great docs are and we'll work on adding them to the MDN collection.

{% endtrans %} {% if error %}

{{ error }} {% endif %}

{{ csrf() }}
{% trans %}

Note: If your docs are in a sub-directory of a repository, please give us the full path to the docs directory.

{% endtrans %}
{% else %} {% trans %}

Thanks

We will work on adding your docs in MDN. If you'd like to help or follow along, watch or give us comments and feedback on bug 861981.

{% endtrans %} {% endif %}
{% endblock %}