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 %}