From f234a3bd06c74bbbdb5bf6ac5d86bceb4546a99d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Feb 2012 15:00:42 +0100 Subject: [PATCH] Add template for translating (empty for now) --- html/translate.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 html/translate.html diff --git a/html/translate.html b/html/translate.html new file mode 100644 index 000000000..1105feb1f --- /dev/null +++ b/html/translate.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block content %} + +{% include "translation_info.html" %} + + +{% endblock %} + + +