Commit c8fc7bed by Bridger Maxwell

Small template change.

parent 66d1259d
...@@ -13,10 +13,7 @@ ...@@ -13,10 +13,7 @@
{% render_block "js" %} {% render_block "js" %}
{% comment %}
TODO: We need to figure out how to put the MITX_ROOT_URL in here
<meta name="path_prefix" content="{{MITX_ROOT_URL}}"> <meta name="path_prefix" content="{{MITX_ROOT_URL}}">
{% endcomment %}
</head> </head>
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{% block body %} {% block body %}
{% block wiki_body %} {% block wiki_body %}
{% if messages %} {% if messages %}
{% for message in messages %} {% for message in messages %}
<div class="alert alert-{{ message.tags }}"> <div class="alert alert-{{ message.tags }}">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment