{% extends 'c_admin/base.html' %} {% load static %} {% block body %}
{% csrf_token %} {# excel_file #}
{{ form.excel_file }} {{ form.excel_file.errors }}
{# country #}
{{ form.country }} {{ form.country.errors }}
{# activated #}
{{ form.activated }} {{ form.activated.errors }}
{# is_tester #}
{{ form.is_tester }} {{ form.is_tester.errors }}
{% endblock %} {% block scripts %} {% endblock %} {% block styles %} .loader { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url('{% static "admin/img/loader.GIF" %}') 50% 50% no-repeat rgb(249,249,249); } {% endblock %}