{% extends 'global/pages/base.html' %}
{% block head_scripts %}
{% load static %}
{% endblock head_scripts %}
{% block title %}{{ title }} |{% endblock title %}
{% block content %}
Configure sua tarefa
{% include 'dashboard/partials/task_description.html' %}
{% include 'global/partials/messages.html' %}
{% include 'dashboard/partials/task_form.html' %}