Project import generated by Copybara.
GitOrigin-RevId: d9e9e3fb4e31372ec1fb43b178994ca78fa8fe70
diff --git a/templates/sitewide/user-clear-bouncing-page.ezt b/templates/sitewide/user-clear-bouncing-page.ezt
new file mode 100644
index 0000000..5c9123d
--- /dev/null
+++ b/templates/sitewide/user-clear-bouncing-page.ezt
@@ -0,0 +1,26 @@
+[include "../framework/header.ezt" "showusertabs" "t1"]
+
+<div id="colcontrol">
+<h2>Reset bouncing email</h2>
+
+[if-any last_bounce_str]
+ <p>
+ <b>Email to this user bounced:</b>
+ [last_bounce_str]
+ </p>
+[end]
+
+
+<p>If you believe that email sent to this user will no longer bounce,
+ press the button below to clear the email bouncing status.</p>
+
+<form action="clearBouncing.do" method="POST">
+ <input type="hidden" name="token" value="[form_token]">
+ <input id="submit_btn" type="submit" name="btn"
+ value="Clear bouncing status">
+</form>
+
+</div>
+
+
+[include "../framework/footer.ezt"]