hfkfhkfhgjkuhgfkjfghkj
This commit is contained in:
22
app/views/user_cp/email_change.html
Executable file
22
app/views/user_cp/email_change.html
Executable file
@ -0,0 +1,22 @@
|
||||
<div class="container p-4 context-main-bg mb-4 text-center">
|
||||
<h3 class="mb-4">Email Settings</h3>
|
||||
<hr>
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-md-4">
|
||||
<form method="post">
|
||||
<fieldset>
|
||||
<div class="mb-3">
|
||||
<label for="email" class="form-label">New Email:</label>
|
||||
<input type="email" class="form-control" name="email" id="email" placeholder="Enter new email">
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label for="email2" class="form-label">Re-type Email:</label>
|
||||
<input type="email" class="form-control" name="email2" id="email2" placeholder="Re-enter new email">
|
||||
</div>
|
||||
</fieldset>
|
||||
<input type="hidden" name="token" value="{TOKEN}">
|
||||
<button name="submit" value="submit" type="submit" class="btn btn-primary">Update</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user