Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXhSm-002GGv-1M for pgsql-www@arkaria.postgresql.org; Mon, 22 Dec 2025 15:04:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1vXhSl-00F3ET-08 for pgsql-www@arkaria.postgresql.org; Mon, 22 Dec 2025 15:04:43 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXhSk-00F3EL-2k for pgsql-www@lists.postgresql.org; Mon, 22 Dec 2025 15:04:43 +0000 Received: from goedel.df7cb.de ([2a01:4f8:c013:1d4::1]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vXhSj-0020vj-2p for pgsql-www@lists.postgresql.org; Mon, 22 Dec 2025 15:04:42 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1472:9340:f0ad:fc6e:9c86:f1dc]) by goedel.df7cb.de (Postfix) with ESMTPSA id 074462F1F for ; Mon, 22 Dec 2025 15:04:39 +0000 (UTC) Date: Mon, 22 Dec 2025 16:04:39 +0100 From: Christoph Berg To: PostgreSQL WWW Subject: Having two submit buttons is confusing Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk After creating a news article and saving it, you are thrown back to the list of all articles where the first section is "Not submitted yet" and the button on the very bottom is labeled "Submit news article". It looks like you are supposed to click that again, but actually, there is a smaller "submit for moderation" link directly after the title of the new article. Since everything is in bold it's not immediately visible. IMHO that big button at the bottom should rather be labeled "Create news article". I can push a patch if that's ok. Christoph