From: Ammar Faizi <[email protected]>
To: GNU/Weeb Mailing List <[email protected]>
Cc: Ammar Faizi <[email protected]>,
Alviro Iskandar Setiawan <[email protected]>,
Muhammad Rizki <[email protected]>,
"M. Taufiq Hidayat Pohan" <[email protected]>
Subject: [PATCH gwmail 2/2] old: profile: Allow social media fields to be empty
Date: Sat, 1 Mar 2025 06:07:54 +0700 [thread overview]
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
They should be optional, not required.
Signed-off-by: Ammar Faizi <[email protected]>
---
old/profile.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/old/profile.html b/old/profile.html
index d894bee7676c..4f0200493f16 100644
--- a/old/profile.html
+++ b/old/profile.html
@@ -58,22 +58,22 @@
<tr>
<td>GitHub Username</td>
<td>:</td>
- <td><input type="text" name="socials[github_username]" id="uform_github_username" required/></td>
+ <td><input type="text" name="socials[github_username]" id="uform_github_username"/></td>
</tr>
<tr>
<td>Telegram Username</td>
<td>:</td>
- <td><input type="text" name="socials[telegram_username]" id="uform_telegram_username" required/></td>
+ <td><input type="text" name="socials[telegram_username]" id="uform_telegram_username"/></td>
</tr>
<tr>
<td>Twitter Username</td>
<td>:</td>
- <td><input type="text" name="socials[twitter_username]" id="uform_twitter_username" required/></td>
+ <td><input type="text" name="socials[twitter_username]" id="uform_twitter_username"/></td>
</tr>
<tr>
<td>Discord Username</td>
<td>:</td>
- <td><input type="text" name="socials[discord_username]" id="uform_discord_username" required/></td>
+ <td><input type="text" name="socials[discord_username]" id="uform_discord_username"/></td>
</tr>
</tbody>
<tfoot>
--
Ammar Faizi
prev parent reply other threads:[~2025-02-28 23:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 23:04 [PATCH gwmail 0/2] Small updates for the old "profile" page Ammar Faizi
2025-02-28 23:07 ` [PATCH gwmail 1/2] old: profile: Fix not found error on 'Back to home' link Ammar Faizi
2025-02-28 23:07 ` Ammar Faizi [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
[email protected] \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox