127.0.0.1:8000 watch-together / master views / confirm-email.handlebars
master

Tree @master (Download .tar.gz)

confirm-email.handlebars @masterraw · history · blame

<div class="centered-form">
    <img id="loading" style="width:100px; height:100px;" src="/images/loading.gif">
    <div class="confirmation-wrapper" id="login_wrapper">
        <div class="confirmation-message" id="success_message"></div>
        <button id="goto_login">Log In</button>
    </div>
    <div class="confirmation-wrapper" id="request_wrapper">
        <div class="confirmation-message" id="error_message"></div>
        <button id="request_new_confirmation">Resend Confirmation Email</button>
    </div>
</div>
<script src="/js/confirm-email.js"></script>