mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
12 lines
No EOL
339 B
Text
12 lines
No EOL
339 B
Text
<h2>Change Email</h2>
|
|
<form method="POST" action="/settings/change_email">
|
|
<%== csrf_token_input_html %>
|
|
|
|
<p>Current Email: <strong><%= parent_site.email %></strong></p>
|
|
<p>New Email:</p>
|
|
<input class="input-Area" name="email" type="text">
|
|
|
|
<div>
|
|
<input class="btn-Action" type="submit" value="Change Email">
|
|
</div>
|
|
</form> |