{% extends "admin/base_site.html" %} {% load i18n admin_static filebrowser %} {% load url from future %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block navigation %}
  • {% trans "Main Page" %}
  • {% trans "Return To Folder" %}
  • {% endblock %} {% block content %} {% if form.errors %}

    {% trans 'Please correct the following errors.' %}

    {% endif %}

    {{ title }}

    {% csrf_token %}
    {{ form.dir_name }} {{ form.dir_name.errors }}

    {{ form.dir_name.help_text|safe }}
    {% trans "The Name will be converted to lowercase. Spaces will be replaced with underscores." %}

    {% endblock %}