diff --git a/src/Templates/annotate/index.html b/src/Templates/annotate/index.html index 089e978..22c76f4 100644 --- a/src/Templates/annotate/index.html +++ b/src/Templates/annotate/index.html @@ -151,5 +151,4 @@

Select Schema and Mode

-
Error
Global Info
Local Info
Please contact your administrator with above information
{% endblock %} diff --git a/src/Templates/base.html b/src/Templates/base.html index 2af0cee..d919731 100644 --- a/src/Templates/base.html +++ b/src/Templates/base.html @@ -6,24 +6,24 @@ -{% load staticfiles %} +{% load static %} {% block title %}{{ title }}{% endblock %} - - + + {% for cssName in css %} - + {% endfor %} - + {% for jsName in js %} - + {% endfor %} {% for schema, schemaMode in js_schemaSpecific.items %} {% ifequal schema settingVars.schema %} {% if settingVars.isAdjudication %} {% if schemaMode.adjudication %} {% for jsName in schemaMode.adjudication %} - + {% endfor %} {% endif %} {% else %} {% if schemaMode.annotate %} {% for jsName in schemaMode.annotate %} - + {% endfor %} {% endif %} {% endif %} {% endifequal %} {% endfor %}