Initial connection of student module with cms.

* Enable account creation
* Some code cleanups
* Fix access to nonexistent fields in the account creation view
* Formatting fixes
This commit is contained in:
Victor Shnayder
2012-07-11 16:45:33 -04:00
parent 924a911139
commit ff59c9bfa9
14 changed files with 209 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
<%inherit file="marketing.html" />
<%block name="content">
<section class="tos">
<div>
<h1>Activation Complete!</h1>
<p>Thanks for activating your account. You can log in at the <a href="/">home page</a>.</p>
</div>
</section>
</%block>