client_management/app/views/c_panel_sessions/create_user.html.erb

13 lines
377 B
Plaintext

<section class="cp-content">
<h2 class="cp-page-title">
New Account Confirmation
</h2>
<div class="alert alert-info" role="alert">Email has been sent to your email account. Please confirm and continue.</div>
<div class="cp-forgot-box text-center">
<p>
<a href="/cpanel/login" class="btn btn-primary">
Login Here
</a>
</p>
</div>
</section>