From 03d14f17ab41284f09f3a1eb903314d52d93f19b Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Sat, 9 Feb 2008 11:09:07 +0100 Subject: [PATCH] * Use h1/h2 instead of h2/h3 in the templates, since there probably won't be a main h1 title. --- templates/influences/add.html | 2 +- templates/influences/add_character.html | 2 +- templates/influences/character_detail.html | 4 ++-- templates/influences/character_list.html | 2 +- templates/influences/index.html | 4 ++-- templates/influences/influence_detail.html | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/influences/add.html b/templates/influences/add.html index 29327c0..1a3bb01 100644 --- a/templates/influences/add.html +++ b/templates/influences/add.html @@ -3,7 +3,7 @@ {% block content %} -

{% trans "Submit influence" %}

+

{% trans "Submit influence" %}

{% if form %}

{% blocktrans %}You can submit an influence here. Use this form if your character wants diff --git a/templates/influences/add_character.html b/templates/influences/add_character.html index c81e088..9cb6671 100644 --- a/templates/influences/add_character.html +++ b/templates/influences/add_character.html @@ -2,7 +2,7 @@ {% load i18n %} {% block content %} -

{% trans "Add a character" %}

+

{% trans "Add a character" %}

{% if form %}
diff --git a/templates/influences/character_detail.html b/templates/influences/character_detail.html index bf6ac95..86ddd0e 100644 --- a/templates/influences/character_detail.html +++ b/templates/influences/character_detail.html @@ -3,13 +3,13 @@ {% block content %} -

{{ object.name }}

+

{{ object.name }}

{% ifequal character.status "N" %} {% trans "This character was not yet approved by the SLs" %} {% else %} {% trans "This character is approved by the SLs" %} {% endifequal %} -

{% blocktrans with object.name as name %}Influences for {{ name }}{% endblocktrans %}

+

{% blocktrans with object.name as name %}Influences for {{ name }}{% endblocktrans %}

-- 2.30.2
{% trans "Contact" %}:{{ object.contact }}
{% trans "Character" %}:{{ object.character }}