AppStateESS/homestead

View on GitHub
templates/student/lottery_already_entered.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">
        Welcome to Appalachian State University Housing. You have already re-applied for on-campus housing. You will be notified by email if and when you
        are selected. For more information please read the <a href="http://housing.appstate.edu/">lottery FAQ</a>.
        </div>
        <br />
        {LOGOUT}
    </div>
</div>