add warning to account delete that email will not be available for new site creation

This commit is contained in:
Kyle Drake 2024-02-15 16:01:18 -06:00
parent 88e6c3967d
commit 777207f5a3

View file

@ -72,7 +72,7 @@
<h3 id="deleteSiteLabel">Permanently Delete Site</h3> <h3 id="deleteSiteLabel">Permanently Delete Site</h3>
</div> </div>
<div class="modal-body"> <div class="modal-body">
<strong style="color: red">WARNING: This will permanently delete your web site and Neocities account. There is no undo!</strong> <strong style="color: red">WARNING: This will permanently delete your web site and Neocities account. You will not be able to use the same e-mail address to create a new site. There is no undo.</strong>
<p>Delete Site Name: <strong><%= current_site.username %></strong></p> <p>Delete Site Name: <strong><%= current_site.username %></strong></p>
<p>Confirm your site name by typing it here:</p> <p>Confirm your site name by typing it here:</p>