{% extends "admin/base_site.html" %} {% load i18n static admin_filters %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block extrahead %} {{ block.super }} {% endblock %} {% block coltype %}colMS{% endblock %} {% block bodyclass %}{{ block.super }} dashboard{% endblock %} {% block nav-breadcrumbs %}{% endblock %} {% block nav-sidebar %}{% endblock %} {% block content %}

Create a short link

{% if created_link %}

Target: {{ created_link.target_url }}

{% endif %}
{% csrf_token %} {{ quick_mint_form.non_field_errors }} {% for host in allowed_domains %} {% for field in quick_mint_form %}
{{ field.errors }} {{ field }} {% if field.help_text %}

{{ field.help_text }}

{% endif %}
{% endfor %}
{% include "admin/app_list.html" with app_list=app_list show_changelinks=True %}
{% endblock %} {% block sidebar %} {% endblock %}