{% extends 'projector_index.html' %} {% load add_class %} {% load static %} {% block title %} {{ title }} :: {{ block.super }} {% endblock %} {% block content %}

Настройки

{% csrf_token %}
{% if form.main.errors %}
{{ form.main.errors }}
{% endif %}
{% if form.username.errors %} {{ form.username|add_class:'form-control is-invalid' }} {% else %} {{ form.username|add_class:'form-control' }} {% endif %} {% if form.username.errors %}
{{ form.username.errors }}
{% endif %}
{{ form.password|add_class:'form-control' }} {% if form.password.errors %}
{{ form.password.errors }}
{% endif %}

{#
#} {#
#}
{#
#} {#
#}
{#
#} {# #} {# #} {#
#} {#
#} {#
#}

  • {| item |} {# #}
{# #}
{#
#} {#
#} {#
#} {#

#} {# Настройки#} {#

#} {#
#} {#
#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {##} {#
#} {# {% include 'include/_login_form.html' %}#} {#
#} {#
#} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {#
#} {# #} {#
#} {#
#} {#
#} {# #} {# #} {#
#} {#
#} {#
#} {# #} {##} {#
#}
{# #} {# {% include 'include/footer.html' %}#} {% endblock %} {% block script %} {% endblock %}