From c8fc7bed3ebd4eca341858f55ff7b05ce8d4a023 Mon Sep 17 00:00:00 2001 From: Bridger Maxwell Date: Tue, 14 Aug 2012 08:39:07 -0400 Subject: [PATCH] Small template change. --- lms/templates/main_django.html | 3 --- lms/templates/wiki/base.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index ba53b30fb8..22620710c3 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -13,10 +13,7 @@ {% render_block "js" %} - {% comment %} - TODO: We need to figure out how to put the MITX_ROOT_URL in here - {% endcomment %} diff --git a/lms/templates/wiki/base.html b/lms/templates/wiki/base.html index 07d800eb03..93558939c4 100644 --- a/lms/templates/wiki/base.html +++ b/lms/templates/wiki/base.html @@ -5,7 +5,7 @@ {% block body %} {% block wiki_body %} - + {% if messages %} {% for message in messages %}