changeset tagging in dvcs,
[redakcja.git] / apps / wiki / templates / wiki / base.html
index b6cfe60..f88fac3 100644 (file)
@@ -1,5 +1,5 @@
 {% extends "base.html" %}
-{% load compressed %}
+{% load compressed i18n %}
 
 {% block title %}{{ document_name }} - {{ block.super }}{% endblock %}
 
@@ -12,7 +12,7 @@
 {% endblock %}
 
 {% block maincontent %}
-<h1><img src="{{STATIC_URL}}/img/logo.png">Platforma Redakcyjna</h1>
+<h1><img src="{{ STATIC_URL }}img/logo.png">{% trans "Platforma Redakcyjna" %}</h1>
 <div id="wiki_layout_left_column">
        {% block leftcolumn %}
        {% endblock leftcolumn %}