terom@49: {% extends "admin/base_site.html" %} terom@49: {% load i18n admin_static %} terom@49: terom@49: {% block extrahead %}{{ block.super }} terom@49: terom@49: {{ media }} terom@49: {% endblock %} terom@49: terom@49: {% block extrastyle %}{{ block.super }} terom@49: terom@49: {% endblock %} terom@49: terom@49: {% block content %} terom@49:
terom@49:
{% csrf_token %} terom@49:
terom@49: {% if errors %} terom@49:

terom@49: {% blocktrans count counter=errors|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktrans %} terom@49:

terom@49: {{ adminform.form.non_field_errors }} terom@49: {% endif %} terom@49: terom@49:
terom@49:

URL Feed

terom@49:
terom@49:
terom@49: {{ form.shorturl.errors }} terom@49: {{ form.shorturl.label_tag }} terom@49: {{ form.shorturl }} terom@49:
terom@49:
terom@49:
terom@49: {{ form.publishing_date.errors }} terom@49: {{ form.publishing_time.errors }} terom@49:
terom@49: {{ form.publishing_date.label_tag }} terom@49: {{ form.publishing_date }} terom@49:
terom@49:
terom@49: {{ form.publishing_time.label_tag }} terom@49: {{ form.publishing_time }} terom@49:
terom@49:

Starting date/time for publishing.

terom@49:
terom@49:
terom@49:
terom@55: terom@55: terom@49:
terom@55:

Selecting multiple image files is possible.

terom@49:
terom@89:
terom@89: {{ form.url_images.label_tag }} terom@89: {{ form.url_images }} terom@89:
terom@49:
terom@49: terom@49:
terom@49: terom@49:
terom@49:
terom@49:
terom@49:
terom@49: {% endblock %}