{% extends "admin/change_form.html" %} {% load compressed %} {% load i18n %} {% block extrahead %} {{block.super}} {% include "js/jquery.html" %} {% include "js/jquery-ui.html" %} {% compressed_js "repositoryform" %} {% endblock %} {% block pretitle %} {{block.super}} {% if adminform.form.public_key %}
{% endif %} {% endblock %} {% block form_top %} {% with adminform.form as form %} {% include "admin/repository_confirmations.html" %} {% endwith %} {% if adminform.form.errors and adminform.form.hosting_account_linked %}{% 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 %}