From 86f32bb3d48d353ccb5999ed00821a92d8f63f74 Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 9 Oct 2012 13:14:45 -0400 Subject: [PATCH] added edge template to university folder --- lms/templates/university_profile/edge.html | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 lms/templates/university_profile/edge.html diff --git a/lms/templates/university_profile/edge.html b/lms/templates/university_profile/edge.html new file mode 100644 index 0000000000..c8f0b69242 --- /dev/null +++ b/lms/templates/university_profile/edge.html @@ -0,0 +1,36 @@ +<%inherit file="base.html" /> +<%! from django.core.urlresolvers import reverse %> +<%block name="title">edX edge +<%block name="bodyclass">no-header edge-landing + +<%block name="content"> + +
+
+
+ + +
+
+ + \ No newline at end of file