initial branch creation for reg/login revisions with drupal

This commit is contained in:
Brian Talbot
2013-01-17 09:59:17 -05:00
committed by John Jarvis
parent 82eee4af84
commit ed39ca2303

10
lms/templates/login.html Normal file
View File

@@ -0,0 +1,10 @@
<%inherit file="main.html" />
<%namespace name='static' file='static_content.html'/>
<%block name="title"><title>Login</title></%block>
<section class="container login">
</section>