From e05767708f2c52d1bdcd5603427206695a9616c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ses=C3=B3stris=20Vieira?= Date: Tue, 18 Oct 2022 10:41:08 -0300 Subject: [PATCH] Corrige bug ao adicionar novo evento --- .../admin/eventos/evento/change_form.html | 50 ++++++++++--------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/sigi/apps/eventos/templates/admin/eventos/evento/change_form.html b/sigi/apps/eventos/templates/admin/eventos/evento/change_form.html index 27e7600..b72d9f4 100644 --- a/sigi/apps/eventos/templates/admin/eventos/evento/change_form.html +++ b/sigi/apps/eventos/templates/admin/eventos/evento/change_form.html @@ -2,29 +2,31 @@ {% load i18n admin_urls %} {% block object-tools-items %} -
  • - - - {% trans "Declaração" %} - -
  • -
  • - - - {% trans "Gráfico de Gant" %} - -
  • -
  • - - - {% trans "Checklist" %} - -
  • -
  • - - - {% trans "Plano de comunicação" %} - -
  • + {% if object_id %} +
  • + + + {% trans "Declaração" %} + +
  • +
  • + + + {% trans "Gráfico de Gant" %} + +
  • +
  • + + + {% trans "Checklist" %} + +
  • +
  • + + + {% trans "Plano de comunicação" %} + +
  • + {% endif %} {{ block.super }} {% endblock %}