From ed39ca2303a5d0bb0e63e53d5958d527fccac755 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 17 Jan 2013 09:59:17 -0500 Subject: [PATCH] initial branch creation for reg/login revisions with drupal --- lms/templates/login.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lms/templates/login.html diff --git a/lms/templates/login.html b/lms/templates/login.html new file mode 100644 index 0000000000..22cfc2aa68 --- /dev/null +++ b/lms/templates/login.html @@ -0,0 +1,10 @@ +<%inherit file="main.html" /> + +<%namespace name='static' file='static_content.html'/> + +<%block name="title">Login + + + +
+