{% extends 'base.html' %} {% load static %} {% block content %} {% include 'profile/header.html' %} {% load widget_tweaks %} {% include 'profile/drawer.html' %}



افزودن/ویرایش وظیفه واحد

{% csrf_token %}
{{ form.mainTask|add_class:"form-control form-control-lg" }}
{% endblock %}