Website: Added missing i18n template tag.

This commit is contained in:
Emanuel Schuetze 2012-07-26 11:31:15 +02:00
parent 6259296be5
commit 28d16ac35c

View File

@ -1,5 +1,7 @@
{% extends "base.html" %} {% extends "base.html" %}
{% load i18n %}
{% block title %}{{ block.super }} - {% trans 'Demo' %}{% endblock %} {% block title %}{{ block.super }} - {% trans 'Demo' %}{% endblock %}
{% block headline %}{% trans 'Demo' %}{% endblock %} {% block headline %}{% trans 'Demo' %}{% endblock %}