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 %}