From 684101353f35c7d7e2f35eb5cc34f2bfafd5764c Mon Sep 17 00:00:00 2001
From: swayam0322
Date: Tue, 16 Jan 2024 14:51:43 +0530
Subject: [PATCH] find_account: Add button to send another email.
The result page didn't have any resend button a button was
added to redirect to the form where the user can find their
account
Fixes part of #3128
---
templates/zerver/find_account.html | 7 ++++++-
tools/lib/capitalization.py | 1 +
zerver/views/registration.py | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/templates/zerver/find_account.html b/templates/zerver/find_account.html
index 4cd51fb9b6..184aaed5ce 100644
--- a/templates/zerver/find_account.html
+++ b/templates/zerver/find_account.html
@@ -29,6 +29,11 @@
{% endfor %}
+ {% trans %}
+ If you don't receive an email, you can
+ find accounts for another email address.
+ {% endtrans %}
+
{% include 'zerver/dev_env_email_access_details.html' %}
@@ -43,7 +48,7 @@
{% endtrans %}