{% extends "admin/change_form.html" %} {% load admin_urls i18n pipeline %} {% block scripts %} {{block.super}} {% javascript 'repositoryform' %} {% endblock %} {% block object-tools %}
{% trans "Account successfully linked." %}
{% blocktrans %} Your hosting account was successfully linked. You will not need to link it again when fixing the remaining errors. {% endblocktrans %}
{% trans "Note:" %} {% blocktrans %} If your provider or repository requires an SSH key for access, you can click "Show SSH Public Key" to the right. {% endblocktrans %}
{% endif %} {% endblock %} {% block field_sets %} {% for fieldset in adminform %} {% endfor %} {% endblock %}