AppStateESS/homestead

View on GitHub
templates/student/lottery_signup_thankyou.tpl

Summary

Maintainability
Test Coverage
<div class="hms">
    <div class="box">
        <div class="box-title"><h2>Welcome to the Housing Management System</h2></div>
        <div class="box-content">
        <!-- BEGIN success -->
        {SUCCESS}
        <span class="success">You have successfully re-applied for on-campus housing.</span>
        <!-- END success -->

        <!-- BEGIN error -->
        {ERROR}
        <span class="error">There was an error while processing your re-application.</span>
        <!-- END error -->

        <br /><br />
        {LOGOUT}
        </div>
    </div>
</div>