From 2d721846207c0335efacb44d76bd0771f1662737 Mon Sep 17 00:00:00 2001 From: "Dave St.Germain" Date: Thu, 6 Feb 2014 11:25:16 -0500 Subject: [PATCH] Added an alt tag to the footer logo; added charset meta tag; moved DOCTYPE to the top of the file. --- lms/templates/footer.html | 3 ++- lms/templates/main.html | 17 +++++++++-------- lms/templates/main_django.html | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/lms/templates/footer.html b/lms/templates/footer.html index dfcc1a2bec..b6bf2cd84a 100644 --- a/lms/templates/footer.html +++ b/lms/templates/footer.html @@ -2,6 +2,7 @@ <%! from django.core.urlresolvers import reverse %> <%! from django.utils.translation import ugettext as _ %> <%namespace name='static' file='static_content.html'/> +<%! from microsite_configuration.templatetags.microsite import platform_name %>