Clean up browsertitles (#282) in config projector

This commit is contained in:
Norman Jäckel 2012-07-13 00:47:53 +02:00
parent 32c80caa37
commit 28d6fb54a7
4 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% block title %}{{ block.super }} - {% trans "General settings" %}{% endblock %} {% block title %}{{ block.super }} {% trans "General settings" %}{% endblock %}
{% block content %} {% block content %}
<h1>{%trans "General settings" %}</h1> <h1>{%trans "General settings" %}</h1>

View File

@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% block title %}{{ block.super }} - {% trans "Version" %}{% endblock %} {% block title %}{{ block.super }} {% trans "Version" %}{% endblock %}
{% block content %} {% block content %}
<h1>{% trans "Version" %}</h1> <h1>{% trans "Version" %}</h1>

View File

@ -2,7 +2,7 @@
{% load i18n %} {% load i18n %}
{% block title %}{{ block.super }} - {{ slide.title }}{% endblock %} {% block title %}{{ block.super }} {{ slide.title }}{% endblock %}
{% block content %} {% block content %}
{% if slide.text %} {% if slide.text %}