Files
edx-platform/cms/templates/activation_complete.html
2012-07-16 13:34:05 -04:00

12 lines
223 B
HTML

<%inherit file="base.html" />
<%block name="content">
<section class="tos">
<div>
<h1>Activation Complete!</h1>
<p>Thanks for activating your account. <a href="/login">Log in here</a>.</p>
</div>
</section>
</%block>