{% extends "base.html" %} {% load common bootstrap3 %} {% block extrahead %} {{ edit_form.media }} {% endblock %} {% block page_title %}Mirror - {{ mirror }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Repositories
  • Mirrors
  • {{ mirror }}
  • {% endblock %} {% block content_title %} Mirror - {{ mirror }} {% endblock %} {% block content %}
    {% if user.is_authenticated and perms.is_admin %}
    {% csrf_token %} {% bootstrap_form edit_form size='small' %}
    {% else %} You do not have permission to edit this Mirror. {% endif %}
    {% endblock %}