diff --git a/project/areas/templates/area_detail.html b/project/areas/templates/area_detail.html index c337b88..779ba8c 100644 --- a/project/areas/templates/area_detail.html +++ b/project/areas/templates/area_detail.html @@ -24,69 +24,73 @@ {% endblock %} {% block content %} -

- Dashboard > - Áreas > -

+
+
+

+ Dashboard > + Áreas > +

+ + +
+
+ + +
+ + notifications + +
+
- -
-
- - -
- - notifications - -
-
-
-

{{ area.name }}

- -
-
- -
- {% for seedbed in area.seedbeds.all %} -
-
-

- {{ seedbed.nome }} -

- Editar | - Deletar +
+
+ +
+ {% for seedbed in area.seedbeds.all %} +
+
+

+ {{ seedbed.nome }} +

+ Editar | + Deletar - -

-
    - {% for product in seedbed.products_in_seedbed.all %} -
  • {{ product.type_product.name }}
  • - {% empty %} -

    Nenhum cultivo cadastrado

    - {% endfor %} -
-
+ +

+
    + {% for product in seedbed.products_in_seedbed.all %} +
  • {{ product.type_product.name }}
  • + {% empty %} +

    Nenhum cultivo cadastrado

    + {% endfor %} +
+
- - -
- {% empty %} -

Nenhum canteiro cadastrado

- {% endfor %} + + +
+ {% empty %} +

Nenhum canteiro cadastrado

+ {% endfor %} +
- {% endblock content %} diff --git a/project/areas/templates/area_manage.html b/project/areas/templates/area_manage.html index bdbf700..d0a900b 100644 --- a/project/areas/templates/area_manage.html +++ b/project/areas/templates/area_manage.html @@ -25,33 +25,37 @@
- +
+
-

Área de Plantio

+

+ Dashboard > +

-
- + notifications
-
-