* Use h1/h2 instead of h2/h3 in the templates, since there probably won't be a main...
[matthijs/projects/xerxes.git] / templates / influences / character_list.html
index 0ca1f29f6131ccea95d3761581b4932f82436486..40e58611faadeab0560dd5ed2e66e01a9029d0ef 100644 (file)
@@ -1,9 +1,9 @@
-{% load i18n %}
 {% extends "base/base.html" %}
+{% load i18n %}
 
 {% block content %}
 
-<h2>{% trans "Your characters"%}</h2>
+<h1>{% trans "Your characters"%}</h1>
 {% if object_list %}
        <ul>
        {% for character in object_list %}