{% extends "base.html" %} {% load common bootstrap3 staticfiles %} {% block extrahead %} {{ edit_form.media }} {% endblock %} {% block page_title %}Repository - {{ repo }} {% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Repositories
  • {{ repo }}
  • {% endblock %} {% block content_title %} Repository - {{ repo }} {% 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 Repository. {% endif %}
    {% endblock %}