* 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_detail.html
index bf6ac953f190d30fc5fd35eba39d03dd721dafc2..86ddd0ee727a1a45a20ed123e6323cb5c3e2c10c 100644 (file)
@@ -3,13 +3,13 @@
 
 {% block content %}
 
-<h2>{{ object.name }}</h2>
+<h1>{{ object.name }}</h1>
 {% ifequal character.status "N" %}
 <em>{% trans "This character was not yet approved by the SLs" %}</em>
 {% else %}
 <em>{% trans "This character is approved by the SLs" %}</em>
 {% endifequal %}
-<h3>{% blocktrans with object.name as name %}Influences for {{ name }}{% endblocktrans %}</h3>
+<h2>{% blocktrans with object.name as name %}Influences for {{ name }}{% endblocktrans %}</h2>
 <ul>
 {% for influence in object.influence_set.all %}
        <li><a href="{% url influences_influence_detail influence.pk %}">{{ influence }}</a></li>